Browse Source

Update build process to add in descriptors.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269128 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
3efaa3847d
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      proposal/myrmidon/build.xml

+ 6
- 2
proposal/myrmidon/build.xml View File

@@ -116,13 +116,17 @@ Legal:
<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>


Loading…
Cancel
Save