donaldp 02/01/25 15:56:27
Modified: proposal/myrmidon build.xml
Log:
Move security/signing/etc related tasks to antlib
Revision Changes Path
1.42 +7 -0 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- build.xml 22 Jan 2002 11:16:43 -0000 1.41
+++ build.xml 25 Jan 2002 23:56:27 -0000 1.42
@@ -389,6 +389,13 @@
<include name="org/apache/antlib/selftest/extension1/**" />
</jar>
+ <jar jarfile="${build.lib}/security.atl" basedir="${build.classes}">
+ <include name="org/apache/antlib/security/**"/>
+ <zipfileset dir="${manifest.dir}"
fullpath="META-INF/ant-descriptor.xml">
+ <include name="security-ant-descriptor.xml"/>
+ </zipfileset>
+ </jar>
+
<jar jarfile="${build.lib}/runtime.atl" basedir="${build.classes}">
<include name="org/apache/antlib/runtime/**"/>
<zipfileset dir="${manifest.dir}"
fullpath="META-INF/ant-descriptor.xml">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>