You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/05/05 15:24:55 UTC

cvs commit: jakarta-ant-myrmidon/antlib project.xml

donaldp     02/05/05 06:24:55

  Modified:    antlib   project.xml
  Log:
  Create an antlib for the stuff that relates to project construction and execution.
  
  Revision  Changes    Path
  1.5       +4 -0      jakarta-ant-myrmidon/antlib/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/antlib/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	22 Apr 2002 06:52:31 -0000	1.4
  +++ project.xml	5 May 2002 13:24:55 -0000	1.5
  @@ -64,6 +64,10 @@
               <patternset includes="org/apache/antlib/nativelib/**"/>
           </antlib>
           <antlib>
  +            <id>project</id>
  +            <patternset includes="org/apache/antlib/project/**"/>
  +        </antlib>
  +        <antlib>
               <id>runtime</id>
               <patternset includes="org/apache/antlib/runtime/**"/>
           </antlib>
  
  
  

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