]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/runtime/pom.xml
New specific projects to handle differences between RAP & RCP that cannot be handled...
[lgpl/argeo-commons.git] / eclipse / runtime / pom.xml
index cc6c1058e2287281427bca3bcb161fdb95f07524..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>