You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by qu...@apache.org on 2003/05/01 19:57:37 UTC

cvs commit: jakarta-turbine-fulcrum project.xml

quintonm    2003/05/01 10:57:37

  Modified:    .        project.xml
  Log:
  Added excalibur dependancies
  
  Revision  Changes    Path
  1.68      +38 -8     jakarta-turbine-fulcrum/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/project.xml,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- project.xml	30 Apr 2003 16:26:28 -0000	1.67
  +++ project.xml	1 May 2003 17:57:37 -0000	1.68
  @@ -150,7 +150,7 @@
       
       <dependency>
         <id>avalon-framework</id>
  -      <version>4.0</version>
  +      <version>4.1.4</version>
       </dependency>
   
       <!-- omit this one for now
  @@ -183,6 +183,42 @@
         <version>1.2.6</version>
       </dependency>
   
  +    <dependency>
  +      <id>commons-collections</id>
  +      <version>2.1</version>
  +      <url>http://jakarta.apache.org/commons/collections.html</url>
  +    </dependency>
  +
  +    <dependency>
  +      <id>excalibur-component</id>
  +      <version>1.1</version>
  +      <url>http://avalon.apache.org/</url>
  +    </dependency>
  +
  +    <dependency>
  +      <id>excalibur-instrument</id>
  +      <version>1.0</version>
  +      <url>http://avalon.apache.org/</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>logkit</id>
  +      <version>1.0.1</version>
  +      <url>http://jakarta.apache.org/avalon/logkit/</url>
  +    </dependency>
  +
       <!--
        |
        | Required for the componentmanifest generation.
  @@ -322,13 +358,6 @@
         <version>1.2.1</version>
         <url>http://java.sun.com/products/jndi/</url>
       </dependency>
  -    <!--
  -    <dependency>
  -      <id>junit</id>
  -      <version>3.8.1</version>
  -      <url>http://www.junit.org/</url>
  -    </dependency>
  -    -->
       <dependency>
         <id>log4j</id>
         <version>1.2.7</version>
  @@ -470,6 +499,7 @@
       
   
     </build>
  +  
     <reports>
     <!--
       <report>maven-jdepend-plugin</report>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org