jdillon 2003/08/29 05:36:52
Modified: modules/core maven.xml
Log:
o Build geronimo-core-rmiclassloaderspi.jar
Revision Changes Path
1.15 +8 -2 incubator-geronimo/modules/core/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/core/maven.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- maven.xml 25 Aug 2003 03:14:46 -0000 1.14
+++ maven.xml 29 Aug 2003 12:36:51 -0000 1.15
@@ -45,7 +45,13 @@
includes="org/apache/geronimo/enterprise/deploy/provider/**/*.class"
manifest="${basedir}/src/etc/jsr88-product-provider-manifest.mf" />
</postGoal>
-
+
+ <postGoal name="jar:jar">
+ <ant:jar destfile="${basedir}/target/geronimo-core-rmiclassloaderspi.jar"
+ basedir="${basedir}/target/classes"
+ includes="org/apache/geronimo/rmi/RMIClassLoaderSpiImpl.class"/>
+ </postGoal>
+
<preGoal name="java:compile">
<!--
<j:set var="maven.javacc.compile.src" value="target/gen-src"/>