Browse Source

Create a descriptor for the CVS library

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

+ 8
- 0
proposal/myrmidon/src/manifest/cvslib-ant-descriptor.xml View File

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

<types>
<task name="cvs-pass" classname="org.apache.antlib.cvslib.CVSPass" />
<task name="cvs" classname="org.apache.antlib.cvslib.Cvs" />
</types>

</ant-lib>

Loading…
Cancel
Save