You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ad...@apache.org on 2002/05/18 06:00:21 UTC

cvs commit: jakarta-ant-myrmidon/buildtools/src/conf ant-descriptor.xml

adammurdoch    02/05/17 21:00:21

  Modified:    buildtools project.xml
  Added:       buildtools/src/conf ant-descriptor.xml
  Log:
  Added some antlib info, to try to get these tasks working in a myrmidon distro.  Needs more work.
  
  Revision  Changes    Path
  1.6       +5 -0      jakarta-ant-myrmidon/buildtools/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/buildtools/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	9 May 2002 07:50:05 -0000	1.5
  +++ project.xml	18 May 2002 04:00:21 -0000	1.6
  @@ -13,6 +13,11 @@
           <jar>
               <id>myrmidon-buildtools</id>
               <includeDescriptors>false</includeDescriptors>
  +            <metainf dir="src/conf" includes="*.xml"/>
  +            <extension extension-name="buildtools"/>
  +            <depends>
  +                <extension extension-name="ant1"/>
  +            </depends>
           </jar>
       </build>
   
  
  
  
  1.1                  jakarta-ant-myrmidon/buildtools/src/conf/ant-descriptor.xml
  
  Index: ant-descriptor.xml
  ===================================================================
  <ant-lib version="1.0">
      <types>
          <task name="antlib-descriptor" classname="org.apache.myrmidon.build.AntlibDescriptorTask"/>
          <task name="antlib" classname="org.apache.myrmidon.build.AntlibJarTask"/>
      </types>
  </ant-lib>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>