Author: julien_viet
Date: 2009-08-28 19:35:23 -0400 (Fri, 28 Aug 2009)
New Revision: 112
Removed:
components/common/trunk/build/
components/common/trunk/common/
components/common/trunk/mc/
components/common/trunk/pom.xml
Log:
remove
Deleted: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml 2009-08-28 21:24:29 UTC (rev 111)
+++ components/common/trunk/pom.xml 2009-08-28 23:35:23 UTC (rev 112)
@@ -1,45 +0,0 @@
-<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>
- <groupId>org.gatein.common</groupId>
- <artifactId>module-aggregator</artifactId>
- <packaging>pom</packaging>
- <name>GateIn - Common component (aggregator)</name>
- <version>trunk-SNAPSHOT</version>
-
- <distributionManagement>
- <repository>
- <!--Copy the distribution jar file to a local checkout of the maven
repository
- - This variable can be set in $MAVEN_HOME/conf/settings.xml-->
- <id>repository.jboss.org</id>
- <url>file://${jboss.repository.root}</url>
- </repository>
- <snapshotRepository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshot Repository</name>
- <
url>dav:https://snapshots.jboss.org/maven2</url>
- <uniqueVersion>true</uniqueVersion>
- </snapshotRepository>
- </distributionManagement>
-
- <modules>
- <module>build</module>
- <module>common</module>
- <module>mc</module>
- </modules>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
-
-
-
-</project>