move examples to core repo
diff --git a/Examples/org.eclipse.emf.emfstore.example.helloworld/.checkstyle b/Examples/org.eclipse.emf.emfstore.example.helloworld/.checkstyle
deleted file mode 100644
index 2f2667a..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.helloworld/.checkstyle
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
-  <fileset name="all" enabled="true" check-config-name="emfstoreStyle" local="false">
-    <file-match-pattern match-pattern="." include-pattern="true"/>
-  </fileset>
-</fileset-config>
diff --git a/Examples/org.eclipse.emf.emfstore.example.helloworld/.classpath b/Examples/org.eclipse.emf.emfstore.example.helloworld/.classpath
deleted file mode 100644
index 64c5e31..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.helloworld/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/Examples/org.eclipse.emf.emfstore.example.helloworld/.project b/Examples/org.eclipse.emf.emfstore.example.helloworld/.project
deleted file mode 100644
index f3aa095..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.helloworld/.project
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.emf.emfstore.example.helloworld</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-		<nature>org.eclipse.pde.PluginNature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-	</natures>
-</projectDescription>
diff --git a/Examples/org.eclipse.emf.emfstore.example.helloworld/build.properties b/Examples/org.eclipse.emf.emfstore.example.helloworld/build.properties
deleted file mode 100644
index 7a13ae8..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.helloworld/build.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-source.. = src/

-output.. = bin/

-bin.includes = META-INF/,\

-               .,\

-               plugin.xml,\

-               src/

diff --git a/Examples/org.eclipse.emf.emfstore.example.helloworld/plugin.xml b/Examples/org.eclipse.emf.emfstore.example.helloworld/plugin.xml
deleted file mode 100644
index 2bd78a4..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.helloworld/plugin.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<?eclipse version="3.4"?>

-<plugin>

-   <extension

-         id="example"

-         point="org.eclipse.core.runtime.applications">

-      <application

-            cardinality="singleton-global"

-            thread="main"

-            visible="true">

-         <run

-               class="org.eclipse.emf.emfstore.exampleclient.Application">

-         </run>

-      </application>

-   </extension>

-</plugin>

diff --git a/Examples/org.eclipse.emf.emfstore.example.helloworld/pom.xml b/Examples/org.eclipse.emf.emfstore.example.helloworld/pom.xml
deleted file mode 100644
index b3de793..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.helloworld/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.eclipse.emf.emfstore</groupId>
-    <artifactId>emfstore-parent</artifactId>
-    <version>0.9.3-SNAPSHOT</version>
-    <relativePath>../../org.eclipse.emf.emfstore.releng/emfstore-parent/</relativePath>
-  </parent>
-  <artifactId>org.eclipse.emf.emfstore.example.helloworld</artifactId>
-  <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/Examples/org.eclipse.emf.emfstore.example.installer/.checkstyle b/Examples/org.eclipse.emf.emfstore.example.installer/.checkstyle
deleted file mode 100644
index 2f2667a..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.installer/.checkstyle
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
-  <fileset name="all" enabled="true" check-config-name="emfstoreStyle" local="false">
-    <file-match-pattern match-pattern="." include-pattern="true"/>
-  </fileset>
-</fileset-config>
diff --git a/Examples/org.eclipse.emf.emfstore.example.installer/.classpath b/Examples/org.eclipse.emf.emfstore.example.installer/.classpath
deleted file mode 100644
index c835067..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.installer/.classpath
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/Examples/org.eclipse.emf.emfstore.example.installer/.project b/Examples/org.eclipse.emf.emfstore.example.installer/.project
deleted file mode 100644
index 6ec5e8c..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.installer/.project
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.emf.emfstore.example.installer</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-		<nature>org.eclipse.pde.PluginNature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-	</natures>
-</projectDescription>
diff --git a/Examples/org.eclipse.emf.emfstore.example.installer/build.properties b/Examples/org.eclipse.emf.emfstore.example.installer/build.properties
deleted file mode 100644
index 9b9cdc3..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.installer/build.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-bin.includes = META-INF/,\
-               .,\
-               plugin.xml,\
-               icons/,\
-               examples/
diff --git a/Examples/org.eclipse.emf.emfstore.example.installer/plugin.xml b/Examples/org.eclipse.emf.emfstore.example.installer/plugin.xml
deleted file mode 100644
index ab3b58d..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.installer/plugin.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
-   <extension
-         point="org.eclipse.ui.newWizards">
-      <category
-            id="org.eclipse.emf.emfstore.examples.EMFStore"
-            name="EMFStore examples"
-            parentCategory="org.eclipse.ui.Examples">
-      </category>
-      <wizard
-            category="org.eclipse.ui.Examples/org.eclipse.emf.emfstore.examples.EMFStore"
-            class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard"
-            icon="icons/emfstore.png"
-            id="org.eclipse.emf.emfstore.example.BasicEMFStoreExampleWizard"
-            name="Basic EMFStore example"
-            project="true">
-      </wizard>
-      <wizard
-            category="org.eclipse.ui.Examples/org.eclipse.emf.emfstore.examples.EMFStore"
-            class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard"
-            icon="icons/emfstore.png"
-            id="org.eclipse.emf.emfstore.example.MergingEMFStoreExampleWizard"
-            name="Merging EMFStore example"
-            project="true">
-      </wizard>
-   </extension>
-   <extension
-         point="org.eclipse.emf.common.ui.examples">
-      <example
-            id="org.eclipse.emf.emfstore.example.BasicEMFStore"
-            wizardID="org.eclipse.emf.emfstore.example.BasicEMFStoreExampleWizard">
-         <projectDescriptor
-               contentURI="examples/org.eclipse.emf.emfstore.example.helloworld/"
-               description="A helloworld implementation of an EMFStore use case"
-               name="org.eclipse.emf.emfstore.example.helloworld">
-         </projectDescriptor>
-      </example>
-      <example
-            id="org.eclipse.emf.emfstore.example.MergingEMFStore"
-            wizardID="org.eclipse.emf.emfstore.example.MergingEMFStoreExampleWizard">
-         <projectDescriptor
-               contentURI="examples/org.eclipse.emf.emfstore.example.merging/"
-               description="A merging example of EMFStore"
-               name="org.eclipse.emf.emfstore.example.merging">
-         </projectDescriptor>
-      </example>
-   </extension>
-
-</plugin>
diff --git a/Examples/org.eclipse.emf.emfstore.example.installer/pom.xml b/Examples/org.eclipse.emf.emfstore.example.installer/pom.xml
deleted file mode 100644
index 72be946..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.installer/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.eclipse.emf.emfstore</groupId>
-    <artifactId>emfstore-parent</artifactId>
-    <version>0.9.3-SNAPSHOT</version>
-    <relativePath>../../org.eclipse.emf.emfstore.releng/emfstore-parent/</relativePath>
-  </parent>
-  <artifactId>org.eclipse.emf.emfstore.example.installer</artifactId>
-  <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/Examples/org.eclipse.emf.emfstore.example.merging/.checkstyle b/Examples/org.eclipse.emf.emfstore.example.merging/.checkstyle
deleted file mode 100644
index 2f2667a..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.merging/.checkstyle
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
-  <fileset name="all" enabled="true" check-config-name="emfstoreStyle" local="false">
-    <file-match-pattern match-pattern="." include-pattern="true"/>
-  </fileset>
-</fileset-config>
diff --git a/Examples/org.eclipse.emf.emfstore.example.merging/.classpath b/Examples/org.eclipse.emf.emfstore.example.merging/.classpath
deleted file mode 100644
index 2d1a430..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.merging/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<classpath>

-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>

-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

-	<classpathentry kind="src" path="src"/>

-	<classpathentry kind="output" path="bin"/>

-</classpath>

diff --git a/Examples/org.eclipse.emf.emfstore.example.merging/.project b/Examples/org.eclipse.emf.emfstore.example.merging/.project
deleted file mode 100644
index e49d5f3..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.merging/.project
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.emf.emfstore.example.merging</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-		<nature>org.eclipse.pde.PluginNature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-	</natures>
-</projectDescription>
diff --git a/Examples/org.eclipse.emf.emfstore.example.merging/build.properties b/Examples/org.eclipse.emf.emfstore.example.merging/build.properties
deleted file mode 100644
index 7a13ae8..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.merging/build.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-source.. = src/

-output.. = bin/

-bin.includes = META-INF/,\

-               .,\

-               plugin.xml,\

-               src/

diff --git a/Examples/org.eclipse.emf.emfstore.example.merging/plugin.xml b/Examples/org.eclipse.emf.emfstore.example.merging/plugin.xml
deleted file mode 100644
index 91c04c8..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.merging/plugin.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<?eclipse version="3.4"?>

-<plugin>

-   <extension

-         id="merging"

-         point="org.eclipse.core.runtime.applications">

-      <application

-            cardinality="singleton-global"

-            thread="main"

-            visible="true">

-         <run

-               class="org.eclipse.emf.emfstore.example.merging.Application">

-         </run>

-      </application>

-   </extension>

-</plugin>

diff --git a/Examples/org.eclipse.emf.emfstore.example.merging/pom.xml b/Examples/org.eclipse.emf.emfstore.example.merging/pom.xml
deleted file mode 100644
index 3453f96..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.merging/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.eclipse.emf.emfstore</groupId>
-    <artifactId>emfstore-parent</artifactId>
-    <version>0.9.3-SNAPSHOT</version>
-    <relativePath>../../org.eclipse.emf.emfstore.releng/emfstore-parent/</relativePath>
-  </parent>
-  <artifactId>org.eclipse.emf.emfstore.example.merging</artifactId>
-  <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/.checkstyle b/Examples/org.eclipse.emf.emfstore.example.sessionprovider/.checkstyle
deleted file mode 100644
index 2f2667a..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/.checkstyle
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
-  <fileset name="all" enabled="true" check-config-name="emfstoreStyle" local="false">
-    <file-match-pattern match-pattern="." include-pattern="true"/>
-  </fileset>
-</fileset-config>
diff --git a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/.classpath b/Examples/org.eclipse.emf.emfstore.example.sessionprovider/.classpath
deleted file mode 100644
index 64c5e31..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/.project b/Examples/org.eclipse.emf.emfstore.example.sessionprovider/.project
deleted file mode 100644
index 13e3fed..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/.project
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.emf.emfstore.example.sessionprovider</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-		<nature>org.eclipse.pde.PluginNature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-	</natures>
-</projectDescription>
diff --git a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/build.properties b/Examples/org.eclipse.emf.emfstore.example.sessionprovider/build.properties
deleted file mode 100644
index 6f20375..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/build.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-source.. = src/

-output.. = bin/

-bin.includes = META-INF/,\

-               .,\

-               plugin.xml

diff --git a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/plugin.xml b/Examples/org.eclipse.emf.emfstore.example.sessionprovider/plugin.xml
deleted file mode 100644
index f340426..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/plugin.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<?eclipse version="3.4"?>

-<plugin>

-   <extension

-         id="sessionprovider"

-         point="org.eclipse.core.runtime.applications">

-      <application

-            cardinality="singleton-global"

-            thread="main"

-            visible="true">

-         <run

-               class="org.eclipse.emf.emfstore.exampleclient.Application">

-         </run>

-      </application>

-   </extension>

-</plugin>

diff --git a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/pom.xml b/Examples/org.eclipse.emf.emfstore.example.sessionprovider/pom.xml
deleted file mode 100644
index 4ed991b..0000000
--- a/Examples/org.eclipse.emf.emfstore.example.sessionprovider/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.eclipse.emf.emfstore</groupId>
-    <artifactId>emfstore-parent</artifactId>
-    <version>0.9.3-SNAPSHOT</version>
-    <relativePath>../../org.eclipse.emf.emfstore.releng/emfstore-parent/</relativePath>
-  </parent>
-  <artifactId>org.eclipse.emf.emfstore.example.sessionprovider</artifactId>
-  <packaging>eclipse-plugin</packaging>
-</project>