bloritsch 2003/02/28 10:10:15
Modified: component build.xml
Log:
make changes so that component-complete has a different manifest entry, and it skips
duplicates once they have been added--making jar signing possible
Revision Changes Path
1.34 +2 -2 avalon-excalibur/component/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/component/build.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.xml 20 Feb 2003 14:11:02 -0000 1.33
+++ build.xml 28 Feb 2003 18:10:15 -0000 1.34
@@ -239,9 +239,9 @@
<copy file="${excalibur-pool.jar}" todir="${build.dir}/tempjars"/>
<copy file="${build.lib}/${jar.name}" todir="${build.dir}/tempjars"/>
- <jar destfile="${build.lib}/${name}-complete-${version}.jar">
+ <jar destfile="${build.lib}/${name}-complete-${version}.jar"
duplicate="preserve">
<manifest>
- <attribute name="Extension-Name" value="${name}"/>
+ <attribute name="Extension-Name" value="${name}-complete"/>
<attribute name="Specification-Vendor" value="Apache Software
Foundation"/>
<attribute name="Specification-Version" value="1.0"/>
<attribute name="Implementation-Vendor" value="Apache Software
Foundation"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]