Remove unused modules
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 9 Jan 2015 16:16:04 +0000 (16:16 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 9 Jan 2015 16:16:04 +0000 (16:16 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7657 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dep/org.argeo.dep.cms/pom.xml
dep/org.argeo.eclipse.dep.rwt/pom.xml [deleted file]
dep/pom.xml
pom.xml

index e3af6f6fa70f9d82f45df4f562f3e32e455d13b8..cce86c204e482f45a640b4f30d744eb6ba7b2e18 100644 (file)
                </plugins>
        </build>
        <dependencies>
-               <!-- Core CMS code -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
                        <version>2.1.12-SNAPSHOT</version>
                </dependency>
-
-               <!-- Commons -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
                        <version>2.1.12-SNAPSHOT</version>
                </dependency>
 
-               <!-- Node (without RAP) -->
-               <!-- <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.security.dep.node</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
-               </dependency> -->
-
                <!-- Minimal web target platform -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.dep.rwt</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
+                       <artifactId>org.argeo.security.dep.node</artifactId>
                        <type>pom</type>
+                       <version>2.1.12-SNAPSHOT</version>
+                       <exclusions>
+                               <!-- Workbench -->
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.ui.workbench</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.ui</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.ui.cheatsheets</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.ui.forms</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.ui.views</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.help</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
diff --git a/dep/org.argeo.eclipse.dep.rwt/pom.xml b/dep/org.argeo.eclipse.dep.rwt/pom.xml
deleted file mode 100644 (file)
index 6ac2c3b..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<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</groupId>
-               <version>2.1.12-SNAPSHOT</version>
-               <artifactId>dep</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.eclipse.dep.rwt</artifactId>
-       <name>Eclipse RWT Dependencies</name>
-       <packaging>pom</packaging>
-       <dependencies>
-               <!-- Minimal web target platform -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.security.dep.node</artifactId>
-                       <type>pom</type>
-                       <version>2.1.12-SNAPSHOT</version>
-                       <exclusions>
-                               <!-- Workbench -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.ui.workbench</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.ui</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.ui.cheatsheets</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.ui.forms</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.ui.views</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.help</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-       </dependencies>
-</project>
\ No newline at end of file
index 4a3f0eba1d57f41bb7fe286cb64f0f689e553f5c..72914282373563bd0d7b2066cb4adcbcd4f04a32 100644 (file)
        <name>Commons Base Dependencies</name>
        <packaging>pom</packaging>
        <modules>
-               <!-- <module>org.argeo.dep.log4j</module> -->
-               <!-- <module>org.argeo.dep.jackrabbit</module> -->
-               <!-- <module>org.argeo.eclipse.dep.rap</module> -->
-               <!-- <module>org.argeo.server.dep.ads</module> -->
-               <!-- <module>org.argeo.server.dep.jackrabbit.server</module> -->
                <module>org.argeo.security.dep.node</module>
-               <module>org.argeo.eclipse.dep.rwt</module>
+               <module>org.argeo.dep.cms</module>
                <module>org.argeo.security.dep.node.rap</module>
-               <!-- <module>org.argeo.dep.cms</module> -->
        </modules>
        <profiles>
                <profile>
diff --git a/pom.xml b/pom.xml
index 207a66c5d4321e408430b1e9df09e626d4592667..481df054cb47d8f54a5110531f0caa713e03dc38 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,9 +12,6 @@
                <developmentCycle.argeo-commons>2.1</developmentCycle.argeo-commons>
                <developmentCycle.argeo-commons.startDate>2012-12-19</developmentCycle.argeo-commons.startDate>
                <version.argeo-distribution>2.1.3</version.argeo-distribution>
-               <version.eclipseIde>3.8.2</version.eclipseIde>
-               <!--  <version.rap>2.2.0-R-20131204-0942</version.rap>
-               <version.rap.addons>0.5.0.argeo.20141029</version.rap.addons>  -->
                <!-- RPM -->
                <rpm.release>6</rpm.release>
                <rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2-staging/6/x86_64</rpm.stagingRepository>
                <module>org.argeo.security.core</module>
                <module>org.argeo.security.jackrabbit</module>
                <module>org.argeo.security.ldap</module>
-               <!-- <module>org.argeo.security.mvc</module> -->
                <!-- Security Services -->
                <module>org.argeo.security.auth.ldap</module>
                <module>org.argeo.security.dao.ldap</module>
                <module>org.argeo.security.dao.cli</module>
                <module>org.argeo.security.dao.jackrabbit</module>
-               <!-- Servers -->
+               <!-- Server -->
+               <module>org.argeo.server.core</module>
                <module>org.argeo.server.jcr.mvc</module>
                <module>org.argeo.server.jackrabbit</module>
-               <!-- <module>org.argeo.jackrabbit.webapp</module> -->
-               <!-- <module>org.argeo.server.rap.webapp</module> -->
-               <!-- <module>org.argeo.server.ads</module> -->
-               <!-- <module>org.argeo.server.ads.server</module> -->
                <!-- Eclipse -->
                <module>org.argeo.eclipse.ui</module>
                <module>org.argeo.eclipse.ui.rap</module>
-               <!-- Node -->
+               <!-- Argeo Node -->
                <module>org.argeo.node.repo.jackrabbit</module>
                <module>org.argeo.cms</module>
-               <!-- Standard Workbench Perspectives -->
+               <!-- Workbench -->
                <module>org.argeo.eclipse.ui.workbench</module>
                <module>org.argeo.security.equinox</module>
                <module>org.argeo.security.ui</module>
                <module>org.argeo.security.ui.admin</module>
-               <!-- Standard Workbench Products -->
                <module>org.argeo.security.ui.rap</module>
-               <!-- Legacy -->
-               <module>org.argeo.server.core</module>
-               <!-- <module>org.argeo.ext.jdbm</module> -->
                <!-- Dependencies and Distributions -->
                <module>dep</module>
                <!-- <module>dist</module> -->
@@ -411,15 +400,6 @@ limitations under the License.
                        </plugin>
                </plugins>
        </build>
-       <!-- <dependencies> -->
-       <!-- <dependency> -->
-       <!-- <groupId>org.argeo.tp</groupId> -->
-       <!-- <artifactId>binaries</artifactId> -->
-       <!-- <type>pom</type> -->
-       <!-- <version>${version.argeo-distribution}</version> -->
-       <!-- <scope>compile</scope> -->
-       <!-- </dependency> -->
-       <!-- </dependencies> -->
        <dependencies>
                <dependency>
                        <groupId>org.argeo.tp</groupId>
@@ -428,53 +408,6 @@ limitations under the License.
                        <scope>provided</scope>
                </dependency>
        </dependencies>
-       <dependencyManagement>
-               <dependencies>
-                       <!-- <dependency> -->
-                       <!-- <groupId>org.argeo.tp</groupId> -->
-                       <!-- <artifactId>argeo-tp</artifactId> -->
-                       <!-- <version>${version.argeo-distribution}</version> -->
-                       <!-- <type>pom</type> -->
-                       <!-- <scope>import</scope> -->
-                       <!-- </dependency> -->
-                       <!-- Eclipse RAP -->
-                       <!-- <dependency> -->
-                       <!-- <groupId>org.argeo.tp.rap</groupId> -->
-                       <!-- <artifactId>binaries</artifactId> -->
-                       <!-- <version>${version.argeo-distribution}</version> -->
-                       <!-- <type>pom</type> -->
-                       <!-- <scope>import</scope> -->
-                       <!-- </dependency> -->
-                       <!-- <dependency> -->
-                       <!-- <groupId>org.argeo.tp.rap.addons</groupId> -->
-                       <!-- <artifactId>binaries</artifactId> -->
-                       <!-- <version>${version.rap.addons}</version> -->
-                       <!-- <type>pom</type> -->
-                       <!-- <scope>import</scope> -->
-                       <!-- </dependency> -->
-                       <dependency>
-                               <groupId>org.argeo.tp.rcp.platform</groupId>
-                               <artifactId>binaries</artifactId>
-                               <version>${version.eclipseIde}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-                       <!--  <dependency>
-                               <groupId>org.argeo.tp.rap.addons</groupId>
-                               <artifactId>binaries</artifactId>
-                               <version>${version.rap.addons}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.tp.rap.platform</groupId>
-                               <artifactId>binaries</artifactId>
-                               <version>${version.rap}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>  -->
-               </dependencies>
-       </dependencyManagement>
        <repositories>
                <repository>
                        <id>argeo-tp</id>
@@ -485,33 +418,6 @@ limitations under the License.
                                <checksumPolicy>warn</checksumPolicy>
                        </releases>
                </repository>
-               <!--  <repository>
-                       <id>argeo-tp</id>
-                       <url>https://forge.argeo.org/data/public/java/argeo-tp-2.1</url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-               </repository>  -->
-               <repository>
-                       <id>argeo-tp-eclipseIde</id>
-                       <url>https://forge.argeo.org/data/public/java/eclipse-ide-3.8</url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-               </repository>
-               <!--  <repository>
-                       <id>argeo-tp-rap</id>
-                       <url>http://repo.argeo.org/data/public/java/eclipse-rap-2.2</url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-               </repository>  -->
        </repositories>
        <pluginRepositories>
                <pluginRepository>
@@ -539,10 +445,6 @@ limitations under the License.
                        <url>dav:https://repo.argeo.org/data/files/java/argeo-commons-${developmentCycle.argeo-commons}</url>
                        <uniqueVersion>false</uniqueVersion>
                </repository>
-               <site>
-                       <id>site</id>
-                       <url>dav:https://repo.argeo.org/data/files/docs/argeo-commons-${developmentCycle.argeo-commons}</url>
-               </site>
        </distributionManagement>
        <profiles>
                <profile>
@@ -553,11 +455,6 @@ limitations under the License.
                                        <name>Internal Release Repository</name>
                                        <url>dav:http://localhost:7080/data/files/java/argeo-commons-${developmentCycle.argeo-commons}</url>
                                </repository>
-                               <site>
-                                       <id>site</id>
-                                       <name>Argeo Commons Site</name>
-                                       <url>dav:http://localhost:7080/data/files/docs/argeo-commons-${developmentCycle.argeo-commons}</url>
-                               </site>
                        </distributionManagement>
                </profile>
        </profiles>