bwalding 2003/04/05 05:54:28
Modified: src/plugins-build/jar plugin.jelly
Log:
Turn on jar index creation. Classworlds may end up using this at some point. Only a
small increase in the size of jars.
Revision Changes Path
1.3 +1 -0 maven/src/plugins-build/jar/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/jar/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.jelly 5 Apr 2003 13:46:57 -0000 1.2
+++ plugin.jelly 5 Apr 2003 13:54:28 -0000 1.3
@@ -29,6 +29,7 @@
<ant:jar
jarfile="${maven.build.dir}/${maven.final.name}.jar"
basedir="${maven.build.dest}"
+ index="true"
excludes="${maven.jar.excludes}">
<j:if test="${maven.jar.manifest.available}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]