jdillon 2003/09/01 12:17:07
Modified: modules/common maven.xml project.xml
Log:
o Enabled XDoclet to generate MBean interfaces
Revision Changes Path
1.5 +7 -2 incubator-geronimo/modules/common/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/common/maven.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- maven.xml 17 Aug 2003 10:32:10 -0000 1.4
+++ maven.xml 1 Sep 2003 19:17:07 -0000 1.5
@@ -5,6 +5,11 @@
<project default="default"
xmlns:j="jelly:core"
xmlns:u="jelly:util"
- xmlns:ant="jelly:ant">
+ xmlns:ant="jelly:ant"
+ xmlns:xdoclet="common:xdoclet">
+
+ <preGoal name="test:compile">
+ <attainGoal name="xdoclet:jmxdoclet:test-compile"/>
+ </preGoal>
</project>
1.12 +75 -2 incubator-geronimo/modules/common/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/common/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- project.xml 30 Aug 2003 21:02:00 -0000 1.11
+++ project.xml 1 Sep 2003 19:17:07 -0000 1.12
@@ -26,7 +26,71 @@
<!-- ============ -->
<dependencies>
-
+
+ <!-- Plugin Dependencies -->
+
+ <!-- Already a dependent
+ <dependency>
+ <id>commons-collections</id>
+ <version>2.1</version>
+ <properties>
+ <runtime>false</runtime>
+ </properties>
+ </dependency>
+ -->
+
+ <!-- Already a dependent
+ <dependency>
+ <id>commons-logging</id>
+ <version>1.1-dev</version>
+ <properties>
+ <runtime>false</runtime>
+ </properties>
+ </dependency>
+ -->
+
+ <!-- Already a dependent
+ <dependency>
+ <id>log4j</id>
+ <version>1.2.8</version>
+ <properties>
+ <runtime>false</runtime>
+ </properties>
+ </dependency>
+ -->
+
+ <dependency>
+ <id>xdoclet</id>
+ <version>1.2b2</version>
+ <properties>
+ <runtime>false</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>xdoclet+xdoclet-module</id>
+ <version>1.2b2</version>
+ <properties>
+ <runtime>false</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>xdoclet+jmx-module</id>
+ <version>1.2b2</version>
+ <properties>
+ <runtime>false</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>xdoclet+xjavadoc</id>
+ <version>1.2b2</version>
+ <properties>
+ <runtime>false</runtime>
+ </properties>
+ </dependency>
+
<!-- Thirdparty Dependencies -->
<dependency>
@@ -42,6 +106,15 @@
<id>commons-lang</id>
<version>SNAPSHOT</version>
<url>http://jakarta.apache.org/commons/lang</url>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>commons-collections</id>
+ <version>SNAPSHOT</version>
+ <url>http://jakarta.apache.org/commons/collections</url>
<properties>
<runtime>true</runtime>
</properties>