Bug 482918 - Server should be able to use FileBasedChangePackages

* Fix resource options extension point schema

Change-Id: If327563defee4f7a7bf0a7f6dd496f2f31f1506b
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
diff --git a/bundles/org.eclipse.emf.emfstore.server/schema/resourceOptions.exsd b/bundles/org.eclipse.emf.emfstore.server/schema/resourceOptions.exsd
index 5bfdc81..7dc1de0 100644
--- a/bundles/org.eclipse.emf.emfstore.server/schema/resourceOptions.exsd
+++ b/bundles/org.eclipse.emf.emfstore.server/schema/resourceOptions.exsd
@@ -63,6 +63,13 @@
                </documentation>
             </annotation>
          </attribute>
+         <attribute name="useFileBasedChangePackage" type="boolean">
+            <annotation>
+               <documentation>
+                  Whether the server should use file based change packages (true) or in-memory changepackages.
+               </documentation>
+            </annotation>
+         </attribute>
       </complexType>
    </element>