donaldp 01/06/08 02:17:34
Modified: proposal/myrmidon build.xml
Log:
Update build process to add in descriptors.
Revision Changes Path
1.13 +6 -2 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 2001/06/04 12:49:34 1.12
+++ build.xml 2001/06/08 09:17:32 1.13
@@ -116,13 +116,17 @@
<include name="base-ant-roles.xml"/>
</zipfileset>
+ <zipfileset dir="${manifest.dir}" fullpath="META-INF/ant-types.xml">
+ <include name="base-ant-types.xml"/>
+ </zipfileset>
+
</jar>
<jar jarfile="${build.lib}/core.tsk" basedir="${build.classes}">
<include name="org/apache/ant/modules/**" />
- <zipfileset dir="${manifest.dir}" fullpath="TASK-LIB/taskdefs.xml">
- <include name="taskdefs.xml"/>
+ <zipfileset dir="${manifest.dir}" fullpath="META-INF/ant-types.xml">
+ <include name="core-ant-types.xml"/>
</zipfileset>
</jar>