You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ep...@apache.org on 2003/02/28 21:34:20 UTC

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

epugh       2003/02/28 12:34:20

  Modified:    configuration project.xml
  Log:
  Added new jars required.  commented out testcase until I can get it to work.
  
  Revision  Changes    Path
  1.22      +7 -3      jakarta-commons-sandbox/configuration/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/configuration/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	7 Feb 2003 00:21:50 -0000	1.21
  +++ project.xml	28 Feb 2003 20:34:20 -0000	1.22
  @@ -100,6 +100,9 @@
       <dependency>
         <id>commons-lang</id>
         <version>1.0.1</version>
  +      <properties>        
  +        <war.bundle.jar>true</war.bundle.jar>
  +      </properties>      
       </dependency>
   <!--
       <dependency>
  @@ -117,7 +120,7 @@
         <version>3.8.1</version>
         <url>http://www.junit.org</url>
       </dependency>
  -<!--
  +
       <dependency>
         <id>xerces</id>
         <version>2.2.1</version>
  @@ -129,7 +132,7 @@
         <version>1.0.b2</version>
         <url>http://xml.apache.org/commons/</url>
       </dependency>
  --->
  +
     </dependencies>
   
     <build>
  @@ -147,6 +150,7 @@
         </includes>
         <excludes>
           <exclude>**/TestBasePropertiesConfiguration.java</exclude>
  +        <exclude>**/TestClassPropertiesConfiguration.java</exclude>
         </excludes>
         <resources>
           <resource>
  
  
  

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