dain 2003/09/07 21:54:12
Modified: modules/kernel maven.xml project.xml
Log:
Fixed formatting.
Added XDoclet.
Added dependencies requried by code moved from core.
Revision Changes Path
1.2 +11 -6 incubator-geronimo/modules/kernel/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/kernel/maven.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maven.xml 30 Aug 2003 15:18:13 -0000 1.1
+++ maven.xml 8 Sep 2003 04:54:12 -0000 1.2
@@ -3,11 +3,16 @@
<!-- $Revision$ $Date$ -->
<project default="default"
- xmlns:j="jelly:core"
- xmlns:ant="jelly:ant">
+ xmlns:j="jelly:core"
+ xmlns:ant="jelly:ant"
+ xmlns:xdoclet="common:xdoclet">
- <preGoal name="xdoc:jelly-transform">
- <attainGoal name="html2xdoc"/>
- </preGoal>
+ <preGoal name="java:compile">
+ <attainGoal name="xdoclet:jmxdoclet:compile"/>
+ </preGoal>
+
+ <preGoal name="xdoc:jelly-transform">
+ <attainGoal name="html2xdoc"/>
+ </preGoal>
</project>
1.3 +160 -47 incubator-geronimo/modules/kernel/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/kernel/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 1 Sep 2003 07:05:25 -0000 1.2
+++ project.xml 8 Sep 2003 04:54:12 -0000 1.3
@@ -3,52 +3,165 @@
<!-- $Revision$ $Date$ -->
<project>
- <pomVersion>3</pomVersion>
- <extend>${basedir}/../../etc/project.xml</extend>
+ <pomVersion>3</pomVersion>
+ <extend>${basedir}/../../etc/project.xml</extend>
- <!-- ===================== -->
- <!-- Module Identification -->
- <!-- ===================== -->
-
- <name>Geronimo :: Kernel</name>
- <id>geronimo-kernel</id>
- <shortDescription>Geronimo Kernel</shortDescription>
- <description>Geronimo Kernel</description>
- <url>http://incubator.apache.org/projects/geronimo/kernel/</url>
-
<siteDirectory>/www/incubator.apache.org/projects/geronimo/kernel</siteDirectory>
-
<distributionDirectory>/www/incubator.apache.org/projects/geronimo/builds/kernel</distributionDirectory>
-
- <package>org.apache.geronimo.kernel</package>
- <currentVersion>DEV</currentVersion>
-
- <!-- ============ -->
- <!-- Dependencies -->
- <!-- ============ -->
-
- <dependencies>
-
- <!-- Module Dependencies -->
-
- <dependency>
- <groupId>geronimo</groupId>
- <artifactId>geronimo-common</artifactId>
- <version>DEV</version>
- <properties>
- <module>true</module>
- </properties>
- </dependency>
-
- <!-- Thirdparty -->
-
- <dependency>
- <id>commons-logging</id>
- <version>1.0.3</version>
- <url>http://jakarta.apache.org/commons/logging/</url>
- <properties>
- <runtime>true</runtime>
- </properties>
- </dependency>
-
- </dependencies>
+ <!-- ===================== -->
+ <!-- Module Identification -->
+ <!-- ===================== -->
+
+ <name>Geronimo :: Kernel</name>
+ <id>geronimo-kernel</id>
+ <shortDescription>Geronimo Kernel</shortDescription>
+ <description>Geronimo Kernel</description>
+ <url>http://incubator.apache.org/projects/geronimo/kernel/</url>
+
<siteDirectory>/www/incubator.apache.org/projects/geronimo/kernel</siteDirectory>
+
<distributionDirectory>/www/incubator.apache.org/projects/geronimo/builds/kernel</distributionDirectory>
+
+ <package>org.apache.geronimo.kernel</package>
+ <currentVersion>DEV</currentVersion>
+
+ <!-- ============ -->
+ <!-- Dependencies -->
+ <!-- ============ -->
+
+ <dependencies>
+ <!-- Plugin Dependencies -->
+
+ <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>
+
+
+ <!-- Module Dependencies -->
+
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-j2ee-management</artifactId>
+ <version>DEV</version>
+ <properties>
+ <module>true</module>
+ </properties>
+ </dependency>
+
+ <!-- Thirdparty -->
+
+ <dependency>
+ <id>cglib</id>
+ <version>1.0</version>
+ <url>http://cglib.sf.net/</url>
+ <properties>
+ <bootstrap>true</bootstrap>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>commons-collections</id>
+ <version>SNAPSHOT</version>
+ <url>http://jakarta.apache.org/commons/collections</url>
+ <properties>
+ <bootstrap>true</bootstrap>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>commons-logging</id>
+ <version>1.0.3</version>
+ <url>http://jakarta.apache.org/commons/logging/</url>
+ <properties>
+ <bootstrap>true</bootstrap>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>log4j</id>
+ <version>1.2.8</version>
+ <url>http://jakarta.apache.org/log4j</url>
+ <properties>
+ <bootstrap>true</bootstrap>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>commons-digester</id>
+ <version>1.5</version>
+ <url>http://jakarta.apache.org/commons/digester/</url>
+ <properties>
+ <bootstrap>true</bootstrap>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>commons-httpclient</id>
+ <version>2.0-beta1</version>
+ <url>http://jakarta.apache.org/commons/httpclient/</url>
+ <properties>
+ <bootstrap>true</bootstrap>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>mx4j</id>
+ <version>SNAPSHOT</version>
+ <properties>
+ <bootstrap>true</bootstrap>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>xerces</id>
+ <version>2.4.0</version>
+ <url>http://xml.apache.org</url>
+ <properties>
+ <bootstrap>true</bootstrap>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>xml-apis</id>
+ <version>1.0.b2</version>
+ <properties>
+ <bootstrap>true</bootstrap>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>commons-lang</id>
+ <version>SNAPSHOT</version>
+ <url>http://jakarta.apache.org/commons/lang</url>
+ <properties>
+ <bootstrap>true</bootstrap>
+ </properties>
+ </dependency>
+
+ </dependencies>
</project>