epugh       2003/06/06 02:45:37

  Modified:    .        project.xml
  Log:
  Need a couple of jars to support commons-configuration.
  
  Revision  Changes    Path
  1.117     +17 -1     jakarta-turbine-2/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- project.xml       6 Jun 2003 06:26:58 -0000       1.116
  +++ project.xml       6 Jun 2003 09:45:37 -0000       1.117
  @@ -318,12 +318,20 @@
       <dependency>
         <id>commons-configuration</id>
         <version>1.0-dev-3.20030603.101200</version>
  -      <!-- <version>0.8.1</version> -->
         <url>http://jakarta.apache.org/commons/sandbox/configuration/index.html</url>
         <properties>
           <war.bundle.jar>true</war.bundle.jar>
         </properties>
       </dependency>
  +     <dependency>
  +      <id>commons-digester</id> 
  +       <version>1.5</version> 
  +       <url>http://jakarta.apache.org/commons/digester/index.html</url> 
  +       <properties>
  +         <war.bundle.jar>true</war.bundle.jar> 
  +       </properties>
  +     </dependency>
  +    
       <dependency>
         <id>commons-email</id>
         <version>20030310.165926</version>
  @@ -372,6 +380,14 @@
           <war.bundle.jar>true</war.bundle.jar>
         </properties>
       </dependency>
  +    <dependency>
  +      <id>dom4j</id>
  +      <version>1.4</version>
  +      <url>http://www.dom4j.org/</url>
  +      <properties>
  +        <war.bundle.jar>true</war.bundle.jar>
  +      </properties>
  +    </dependency>    
       <dependency>
         <id>ecs</id>
         <version>1.4.1</version>
  
  
  

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

Reply via email to