update products om
diff --git a/org.eclipse.emf.emfstore.products/pom.xml b/org.eclipse.emf.emfstore.products/pom.xml
index 4096cc7..e9cc7c3 100644
--- a/org.eclipse.emf.emfstore.products/pom.xml
+++ b/org.eclipse.emf.emfstore.products/pom.xml
@@ -1,51 +1,47 @@
-<?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>1.0.0-SNAPSHOT</version>
-    <relativePath>../emfstore-parent/</relativePath>
-  </parent>
-  <groupId>org.eclipse.emf.emfstore</groupId>
-  <artifactId>org.eclipse.emf.emfstore.products</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>eclipse-repository</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-director-plugin</artifactId>
-        <version>${tycho-version}</version>
-        <executions>
-          <execution>
-            <id>materialize-products</id>
-            <goals>
-              <goal>materialize-products</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>archive-products</id>
-              <goals>
-                <goal>archive-products</goal>
-              </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <products>
-            <product>
-              <id>org.eclipse.emf.emfstore.product</id>
-	          <attachId>server</attachId>
-            </product>
-            <product>
-              <id>org.eclipse.emf.ecp.product</id>
-              <attachId>client</attachId>
-            </product>
-          </products>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<?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>1.0.0-SNAPSHOT</version>

+    <relativePath>../emfstore-parent/</relativePath>

+  </parent>

+  <groupId>org.eclipse.emf.emfstore</groupId>

+  <artifactId>org.eclipse.emf.emfstore.products</artifactId>

+  <version>1.0.0-SNAPSHOT</version>

+  <packaging>eclipse-repository</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>tycho-p2-director-plugin</artifactId>

+        <version>${tycho-version}</version>

+        <executions>

+          <execution>

+            <id>materialize-products</id>

+            <goals>

+              <goal>materialize-products</goal>

+            </goals>

+          </execution>

+          <execution>

+            <id>archive-products</id>

+              <goals>

+                <goal>archive-products</goal>

+              </goals>

+          </execution>

+        </executions>

+        <configuration>

+          <products>

+            <product>

+              <id>org.eclipse.emf.emfstore.product</id>

+	          <attachId>server</attachId>

+            </product>

+          </products>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+</project>