Browse Source

Register the exec task

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270683 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
4a65fdacc5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      proposal/myrmidon/src/manifest/nativelib-ant-descriptor.xml

+ 1
- 0
proposal/myrmidon/src/manifest/nativelib-ant-descriptor.xml View File

@@ -2,6 +2,7 @@

<types>
<task name="load-environment" classname="org.apache.antlib.nativelib.LoadEnvironment" />
<task name="exec" classname="org.apache.antlib.nativelib.Exec" />
</types>

</ant-lib>

Loading…
Cancel
Save