Browse Source

Update to include new role mapping data.

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

+ 7
- 3
proposal/myrmidon/build.xml View File

@@ -109,9 +109,13 @@ Legal:
basedir="${build.classes}"
manifest="${manifest.dir}/myrmidon-manifest.mf">
<include name="org/apache/**" />
<exclude name="org/apache/ant/launcher/*" />
<exclude name="org/apache/ant/tasks/**" />
<exclude name="org/apache/ant/convert/core/**" />
<exclude name="org/apache/myrmidon/launcher/*" />
<exclude name="org/apache/ant/**" />

<zipfileset dir="${manifest.dir}" fullpath="META-INF/ant-roles.xml">
<include name="base-ant-roles.xml"/>
</zipfileset>

</jar>

<jar jarfile="${build.lib}/core.tsk" basedir="${build.classes}">


Loading…
Cancel
Save