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/02 21:29:46 UTC

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

hlship      2003/09/02 12:29:46

  Modified:    hivemind project.xml
  Log:
  Fix the <connection> to be accurate.
  Include the developer- and file-activity reports.
  
  Revision  Changes    Path
  1.18      +23 -17    jakarta-commons-sandbox/hivemind/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml	30 Aug 2003 17:39:10 -0000	1.17
  +++ project.xml	2 Sep 2003 19:29:46 -0000	1.18
  @@ -37,7 +37,7 @@
   
     <repository>
       <connection>
  -      scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic/jakarta-commons-sandbox/hivemind
  +      scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/hivemind
       </connection>
       <url>
         http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/hivemind
  @@ -73,15 +73,9 @@
   
     <dependencies>
   
  -		<!-- For building the Ant tasks -->
  +		<!-- Main dependencies -->
   		
       <dependency>
  -      <id>ant</id>
  -      <version>1.5.1</version>
  -      <url>http://ant.apache.org/</url>
  -    </dependency>
  -    
  -    <dependency>
       	<id>commons-logging</id>	
       	<version>1.0.1</version>
       	<url>http://jakarta.apache.org/jakarta-commons/logging.html</url>        	
  @@ -98,20 +92,22 @@
       	<version>1.6.1</version>
       	<url>http://jakarta.apache.org/jakarta-commons/beanutils.html</url>    	
       </dependency>
  - 
  -    <!-- Actually, a dependency on J2EE -->
  +
  +     
  +    <dependency>
  +    	<groupId>jboss</groupId>
  +    	<artifactId>javassist</artifactId>	
  +    	<version>2.6</version>
  +    </dependency>   
  +
  +    <!-- Actually, a dependency on J2EE; perhaps Geronimo will
  +    	   be able to provide this in the future. -->
       
       <dependency>
       	<id>jboss</id>
       	<artifactId>jboss-j2ee</artifactId>
       	<version>3.2.1</version>
       </dependency>
  -    
  -    <dependency>
  -    	<groupId>jboss</groupId>
  -    	<artifactId>javassist</artifactId>	
  -    	<version>2.6</version>
  -    </dependency>
   
       <dependency>
         <id>xml-apis</id>
  @@ -119,6 +115,14 @@
         <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. -->
       	   
  @@ -219,6 +223,8 @@
     </build>
     
     <reports>
  +  	<report>maven-developer-activity-plugin</report>
  +  	<report>maven-file-activity-plugin</report>
       <report>maven-javadoc-plugin</report>
       <report>maven-jxr-plugin</report>
       <report>maven-junit-report-plugin</report>