Browse Source

Add a descriptor for new nativelib type library

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

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

@@ -0,0 +1,7 @@
<ant-lib>

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

</ant-lib>

Loading…
Cancel
Save