Browse Source

Update build of selftest atl so that it uses the dummy roles file

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

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

@@ -386,6 +386,9 @@ Legal:
<zipfileset dir="${manifest.dir}" fullpath="META-INF/ant-descriptor.xml">
<include name="selftest-ant-descriptor.xml"/>
</zipfileset>
<zipfileset dir="${manifest.dir}" fullpath="META-INF/ant-roles.xml">
<include name="empty-roles.xml"/>
</zipfileset>
</jar>

<jar jarfile="${build.lib}/selftest-extension1.jar"


Loading…
Cancel
Save