epugh       2003/10/20 08:15:02

  Modified:    .        project.xml
  Log:
  Cleanup general fulcrum dependencies.
  
  Revision  Changes    Path
  1.76      +9 -233    jakarta-turbine-fulcrum/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/project.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- project.xml       16 Oct 2003 12:41:06 -0000      1.75
  +++ project.xml       20 Oct 2003 15:15:02 -0000      1.76
  @@ -153,27 +153,19 @@
         <id>avalon-framework</id>
         <version>4.1.4</version>
       </dependency>
  -
  -    <!-- omit this one for now
  +    
       <dependency>
  -      <id>plexus</id>
  -      <version>0.2</version>
  -    </dependency>
  -    -->
  -
  +      <id>commons-lang</id>
  +      <version>2.0</version>
  +    </dependency> 
       <!--
        |
        | Common test-time dependencies for all the components.
        |
        -->
   
  -    <!-- PlexusConfigurationHelper -->
  -    <dependency>
  -      <id>commons-lang</id>
  -      <version>2.0</version>
  -    </dependency>   
  +  
       
  -    <!-- PlexusConfiguration Helper -->
       <dependency>
         <id>commons-io</id>
         <version>20030203.000550</version>
  @@ -181,7 +173,7 @@
       
       <dependency>
         <id>commons-logging</id>
  -      <version>1.0.2</version>
  +      <version>1.0.3</version>
         <url>http://jakarta.apache.org/commons/logging.html</url>
       </dependency>
       
  @@ -253,224 +245,6 @@
   
     </dependencies>
     
  -  <!-- old dependencies  - please do not remove until conversion is complete!
  -  <dependencies>
  -     <dependency>
  -      <id>avalon-framework</id>
  -      <version>4.1.4</version>
  -      <url>http://jakarta.apache.org/avalon</url>
  -    </dependency>
  -    <dependency>
  -      <id>classworlds</id>
  -      <version>1.0-beta-5</version>
  -      <url>http://classworlds.werken.com/</url>
  -    </dependency>
  -    <dependency>
  -      <id>excalibur-collections</id>
  -      <version>1.0</version>
  -      <url>http://jakarta.apache.org/avalon</url>
  -    </dependency>
  -    <dependency>
  -      <id>excalibur-component</id>
  -      <version>1.1</version>
  -      <url>http://jakarta.apache.org/avalon</url>
  -    </dependency>
  -    <dependency>
  -      <id>excalibur-instrument</id>
  -      <version>1.0</version>
  -      <url>http://jakarta.apache.org/avalon</url>
  -    </dependency>
  -    <dependency>
  -      <id>excalibur-logger</id>
  -      <version>1.0.1</version>
  -      <url>http://avalon.apache.org/</url>
  -    </dependency>
  -    <dependency>
  -      <id>excalibur-pool</id>
  -      <version>1.2</version>
  -      <url>http://avalon.apache.org/</url>
  -    </dependency>
  -    <dependency>
  -      <id>bsf</id>
  -      <version>2.2</version>
  -    </dependency>
  -    <dependency>
  -      <id>commons-beanutils</id>
  -      <version>1.6.1</version>
  -      <url>http://jakarta.apache.org/commons/beanutils.html</url>
  -    </dependency>
  -    <dependency>
  -      <id>cglib</id>
  -    <jar>cglib.jar</jar>
  -      <url>http://cglib.sf.net/</url>
  -    </dependency>
  -    <dependency>
  -      <id>commons-collections</id>
  -      <version>2.1</version>
  -      <url>http://jakarta.apache.org/commons/collections.html</url>
  -    </dependency>
  -    <dependency>
  -      <id>commons-codec</id>
  -      <version>1.0-dev</version>
  -    </dependency>
  -    
  -    <dependency>
  -      <id>commons-email</id>
  -      <version>20030310.165926</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/email</url>
  -    </dependency>
  -    <dependency>
  -      <id>commons-fileupload</id>
  -      <version>1.0-beta-1</version>
  -      <url>http://jakarta.apache.org/commons/fileupload/index.html</url>
  -    </dependency>
  -    <dependency>
  -      <id>commons-lang</id>
  -      <version>1.0.1</version>
  -      <url>http://jakarta.apache.org/commons/lang.html</url>
  -    </dependency>
  -    <dependency>
  -      <id>commons-logging</id>
  -      <version>1.0.2</version>
  -      <url>http://jakarta.apache.org/commons/logging.html</url>
  -    </dependency>
  -    <dependency>
  -      <id>commons-pool</id>
  -      <version>1.0.1</version>
  -      <url>http://jakarta.apache.org/commons/pool.html</url>
  -    </dependency>
  -    <dependency>
  -      <id>commons-util</id>
  -      <version>SNAPSHOT</version>
  -    </dependency>
  -    <dependency>
  -      <id>cryptix</id>
  -      <version>3.2.0</version>
  -      <url>http://www.cryptix.org/</url>
  -    </dependency>
  -    <dependency>
  -      <id>dom4j</id>
  -      <version>1.4</version>
  -      <url>http://www.dom4j.org/</url>
  -    </dependency>
  -    <dependency>
  -      <id>hsqldb</id>
  -      <version>1.7.1</version>
  -      <url>http://hsqldb.sourceforge.net/</url>
  -    </dependency>
  -    <dependency>
  -      <id>jdbc</id>
  -      <version>2.0</version>
  -      <url>http://java.sun.com/products/jdbc/download.html#spec</url>
  -    </dependency>
  -    <dependency>
  -      <id>jndi</id>
  -      <version>1.2.1</version>
  -      <url>http://java.sun.com/products/jndi/</url>
  -    </dependency>
  -    <dependency>
  -      <id>log4j</id>
  -      <version>1.2.7</version>
  -      <url>http://jakarta.apache.org/log4j/</url>
  -    </dependency>
  -    <dependency>
  -      <id>jaf:activation</id>
  -      <version>1.0.2</version>
  -      <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
  -    </dependency>
  -    <dependency>
  -      <id>javamail</id>
  -      <version>1.3</version>
  -      <url>http://java.sun.com/products/javamail/</url>
  -    </dependency>
  -    <dependency>
  -      <id>logkit</id>
  -      <version>1.0.1</version>
  -      <url>http://jakarta.apache.org/avalon</url>
  -    </dependency>
  -     <dependency>
  -      <id>plexus</id>
  -      <version>0.3</version>
  -      <url>http://plexus.werken.com/</url>
  -    </dependency>
  -    <dependency>
  -      <id>regexp</id>
  -      <version>1.3-dev</version>
  -      <url>http://jakarta.apache.org/regexp/</url>
  -    </dependency>
  -    <dependency>
  -      <id>servletapi</id>
  -      <version>2.3</version>
  -      <url>http://java.sun.com/products/servlet/</url>
  -    </dependency>
  -    <dependency>
  -      <id>stratum</id>
  -      <version>1.0-b3</version>
  -      <url>http://jakarta.apache.org/turbine/stratum/</url>
  -    </dependency>
  -    <dependency>
  -      <id>torque</id>
  -      <version>20030310.174947</version>
  -      <url>http://db.apache.org/torque/</url>
  -    </dependency>
  -    <dependency>
  -      <id>velocity</id>
  -      <version>1.3</version>
  -      <url>http://jakarta.apache.org/velocity/</url>
  -    </dependency>
  -    <dependency>
  -      <id>velocity-dvsl</id>
  -      <version>0.45</version>
  -      <url>http://jakarta.apache.org/velocity/dvsl/</url>
  -    </dependency>
  -    <dependency>
  -      <id>village</id>
  -      <version>2.0-dev-20021111</version>
  -      <url>http://share.whichever.com/index.php?SCREEN=village</url>
  -    </dependency>
  -    <dependency>
  -      <id>xalan</id>
  -      <version>2.1.0</version>
  -      <url>http://xml.apache.org/xalan-j/</url>
  -    </dependency>
  -    <dependency>
  -      <id>xerces:xercesImpl</id>
  -      <version>2.0.2</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
  -    </dependency>
  -    <dependency>
  -      <id>xerces:xmlParserAPIs</id>
  -      <version>2.0.2</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
  -    </dependency>
  -    <dependency>
  -      <id>xmlrpc</id>
  -      <version>1.2-a1</version>
  -      <url>http://xml.apache.org/xmlrpc/</url>
  -    </dependency>
  -    <dependency>
  -      <id>hibernate</id>
  -      <version>2.0-beta5</version>
  -      <properties>
  -      <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>odmg</id>
  -      <version>3.0</version>
  -      <properties>
  -      <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>jcs</id>
  -      <version>hibernate</version>
  -      <properties>
  -      <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -  </dependencies>
  -  -->
    
    <build>
       <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
  @@ -497,7 +271,9 @@
       <report>maven-junit-report-plugin</report>
       <report>maven-pmd-plugin</report>
       <report>maven-jcoverage-plugin</report>
  -    
  +    <report>maven-simian-plugin</report>
  +    <report>maven-multiproject-plugin</report>
  +    <report>maven-faq-plugin</report>    
    <!--  maven site-all chokes on these.
       <report>maven-linkcheck-plugin</report>
         <report>maven-checkstyle-plugin</report>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to