You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hl...@apache.org on 2003/09/26 00:02:12 UTC

cvs commit: jakarta-commons-sandbox/hivemind/library project.xml

hlship      2003/09/25 15:02:12

  Modified:    hivemind/library project.xml
  Log:
  Prune out unecessary dependencies.
  
  Revision  Changes    Path
  1.2       +1 -22     jakarta-commons-sandbox/hivemind/library/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/library/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	19 Sep 2003 22:10:59 -0000	1.1
  +++ project.xml	25 Sep 2003 22:02:12 -0000	1.2
  @@ -79,27 +79,6 @@
         <version>1.0.b2</version>
         <url>http://xml.apache.org/xerces/</url>
       </dependency> 
  -    
  -		<!-- For building the Ant tasks -->
  -		
  -    <dependency>
  -      <id>ant</id>
  -      <version>1.5.1</version>
  -      <url>http://ant.apache.org/</url>
  -    </dependency>
  -        
  -    <!-- ConstructRegistry Ant task uses snippet of code
  -    	   from here to write the compiled registry. -->
  -    	   
  -    <dependency>
  -      <id>xerces</id>
  -      <version>2.2.1</version>
  -      <url>http://xml.apache.org/xerces/</url>
  -    </dependency>
  -           
  -    <!-- Inherited dependencies -->
  -
  -		<!-- Needed by commons-beanutils -->
   		
       <dependency>
       	<id>commons-collections</id>