adammurdoch 02/02/15 00:09:25
Modified: proposal/myrmidon build.xml
Log:
Included ant-services.xml in core jar
Revision Changes Path
1.57 +4 -0 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- build.xml 13 Feb 2002 02:31:54 -0000 1.56
+++ build.xml 15 Feb 2002 08:09:25 -0000 1.57
@@ -324,6 +324,10 @@
<zipfileset dir="${manifest.dir}"
fullpath="META-INF/ant-descriptor.xml">
<include name="builtin-ant-descriptor.xml"/>
</zipfileset>
+
+ <zipfileset dir="${manifest.dir}" fullpath="META-INF/ant-services.xml">
+ <include name="core-services.xml"/>
+ </zipfileset>
</jar>
<!--
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>