Merge "Update the pom for the new plugins previously commited."
diff --git a/core/pom.xml b/core/pom.xml
index 36b0001..cbe8c56 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1,29 +1,37 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" 
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
-	http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	
-	<!-- PROJECT DESCRIPTION -->
-	<parent>
-		<groupId>org.polarsys.esf</groupId>
-		<artifactId>esf-infra</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-	</parent>
-	
-	<groupId>org.polarsys.esf</groupId>
-	<artifactId>esf-infra.core</artifactId>
-	<version>0.7.0-SNAPSHOT</version>
-	<packaging>pom</packaging>
-	<name>ESF Core</name>
-    <description>ESF Core description</description>
-	
-	<!-- MODULES -->  
- 	<modules>
-		<module>metamodel</module>
-	 	<module>profile</module>
-	 	<module>releng</module>
- 	</modules>
-	
-</project>
\ No newline at end of file
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
+  http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <!-- PROJECT DESCRIPTION -->
+  <parent>
+    <groupId>org.polarsys.esf</groupId>
+    <artifactId>esf-infra</artifactId>
+    <version>0.7.0-SNAPSHOT</version>
+  </parent>
+  
+  <groupId>org.polarsys.esf</groupId>
+  <artifactId>esf-infra.core</artifactId>
+  <packaging>pom</packaging>
+  <name>ESF Core</name>
+  <description>ESF Core description</description>
+  
+  <!-- MODULES -->  
+  <modules>
+    <module>metamodel</module>
+    <module>profile</module>
+    <module>releng</module>
+    <module>org.polarsys.esf.core.common</module>
+    <module>org.polarsys.esf.core.common.metamodel</module>
+    <module>org.polarsys.esf.core.common.ui</module>
+    <module>org.polarsys.esf.core.framework</module>
+    <module>org.polarsys.esf.core.help</module>
+    <module>org.polarsys.esf.core.rcp</module>
+    <module>org.polarsys.esf.core.ui</module>
+    <module>org.polarsys.esf.core.utils</module>
+    <module>org.polarsys.esf.core.workspace</module>
+   </modules>
+  
+</project>