kaz 2002/12/17 16:47:51
Modified: src/plugins-build/uberjar plugin.jelly project.xml
Log:
Making Bob's life easier so he doesn't have to produce a regular
classworlds jar and a bootstrap one. We just unjar the boot classes
directory from the normal jar.
Revision Changes Path
1.6 +6 -1 jakarta-turbine-maven/src/plugins-build/uberjar/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/uberjar/plugin.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.jelly 16 Dec 2002 15:26:32 -0000 1.5
+++ plugin.jelly 18 Dec 2002 00:47:51 -0000 1.6
@@ -65,7 +65,12 @@
<!-- Unjar the bootstrap code -->
<unjar
dest="${dest}"
- src="${plugin.getDependencyPath('classworlds+boot')}"/>
+ src="${plugin.getDependencyPath('classworlds')}">
+ <patternset>
+ <include name="com/werken/classworlds/boot/*.class"/>
+ <include name="com/werken/classworlds/protocol/jar/*.class"/>
+ </patternset>
+ </unjar>
<!-- Jar it all up -->
<jar
1.6 +0 -6 jakarta-turbine-maven/src/plugins-build/uberjar/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/uberjar/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 16 Dec 2002 22:21:52 -0000 1.5
+++ project.xml 18 Dec 2002 00:47:51 -0000 1.6
@@ -90,12 +90,6 @@
<version>SNAPSHOT</version>
<url>http://classworlds.werken.com</url>
</dependency>
-
- <dependency>
- <id>classworlds+boot</id>
- <version>SNAPSHOT</version>
- <url>http://classworlds.werken.com</url>
- </dependency>
</dependencies>
<!-- build information for the project -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>