]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/runtime/pom.xml
Improve JCR and GIS
[lgpl/argeo-commons.git] / eclipse / runtime / pom.xml
index 49f298b17fa41f6ba984f029fc3a9cb67562d09a..d7b7c14682ad1a3a0262a2d545aeaab2bb6500cd 100644 (file)
@@ -1,4 +1,5 @@
-<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">
+<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>
        <parent>
                <groupId>org.argeo.commons.eclipse</groupId>
@@ -7,10 +8,12 @@
                <relativePath>..</relativePath>
        </parent>
        <artifactId>runtime</artifactId>
-       <name>Commons Eclipse runtime</name>
+       <name>Commons Eclipse Runtime</name>
        <packaging>pom</packaging>
        <modules>
                <module>org.argeo.eclipse.ui</module>
+               <module>org.argeo.eclipse.ui.rap</module>
+               <module>org.argeo.eclipse.ui.rcp</module>
                <module>org.argeo.eclipse.ui.jcr</module>
        </modules>
        <build>
@@ -23,6 +26,7 @@
                                <includes>
                                        <include>plugin.xml</include>
                                        <include>META-INF/**</include>
+                                       <include>icons/**</include>
                                </includes>
                        </resource>
                </resources>