Fix projects dependencies and build strategies after refactoring.
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.rap / pom.xml
index d2795efe6630b946d64d879031e69cd828f142ca..1d083187c07f48db8e331320ec70676202ac42d7 100644 (file)
        </parent>
        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
        <name>Commons Eclipse UI RAP</name>
+       <description>Provide rap specific classes and behaviour in order to provide single sourcing abilities</description>
        <packaging>jar</packaging>
        <dependencies>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
-               </dependency>
+               <!-- Generic base UI classes. -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
                        <version>2.1.12-SNAPSHOT</version>
                </dependency>
-               <!-- Logging -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>slf4j.org.apache.commons.logging</artifactId>
-               </dependency>
 
-               <!-- Argeo common distribution for RAP projects -->
+               <!-- Base distribution for RAP projects -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.dep.rap</artifactId>
                        <version>2.1.12-SNAPSHOT</version>
                </dependency>
 
+               <!-- Utils and logging -->
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.util</artifactId>
+                       <version>2.1.12-SNAPSHOT</version>
+               </dependency>
+                       <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>slf4j.org.apache.commons.logging</artifactId>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file