Author: niallp
Date: Sun Feb 13 16:20:16 2005
New Revision: 153683

URL: http://svn.apache.org/viewcvs?view=rev&rev=153683
Log:
Update build to reflect current dependencies

Modified:
    jakarta/commons/proper/validator/trunk/build.properties.sample
    jakarta/commons/proper/validator/trunk/build.xml

Modified: jakarta/commons/proper/validator/trunk/build.properties.sample
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/build.properties.sample?view=diff&r1=153682&r2=153683
==============================================================================
--- jakarta/commons/proper/validator/trunk/build.properties.sample (original)
+++ jakarta/commons/proper/validator/trunk/build.properties.sample Sun Feb 13 
16:20:16 2005
@@ -1,4 +1,4 @@
-#   Copyright 2003-2004 The Apache Software Foundation
+#   Copyright 2003-2005 The Apache Software Foundation
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
@@ -12,24 +12,20 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-# $Header: 
/home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//validator/build.properties.sample,v
 1.13 2004/09/24 16:04:41 rwinston Exp $
-# $Revision: 1.13 $
-# $Date: 2004/09/24 16:04:41 $
+# $Id$
+# $Rev$
+# $Date$
 # -----------------------------------------------------------------------------
 # This is an example "build.properties" file.  Make any changes you need, 
 # and rename this file to "build.properties" in the same directory that 
 # contains the "build.xml" file.
 # -----------------------------------------------------------------------------
 apache.dir=D:/Java/Programs/Apache
-# The JAR file containing version 1.6.1 (or later) of the Beanutils package
+# The JAR file containing version 1.7.0 (or later) of the Beanutils package
 # from the Jakarta Commons project.
 commons-beanutils.jar=../beanutils/dist/commons-beanutils.jar
 
-# The JAR file containing version 2.1 (or later) of the Collections package
-# from the Jakarta Commons project.
-commons-collections.jar=../collections/dist/commons-collections.jar
-
-# The JAR file containing version 1.5 (or later) of the Digester package
+# The JAR file containing version 1.6 (or later) of the Digester package
 # from the Jakarta Commons project.
 commons-digester.jar=../digester/dist/commons-digester.jar
 

Modified: jakarta/commons/proper/validator/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/build.xml?view=diff&r1=153682&r2=153683
==============================================================================
--- jakarta/commons/proper/validator/trunk/build.xml (original)
+++ jakarta/commons/proper/validator/trunk/build.xml Sun Feb 13 16:20:16 2005
@@ -1,5 +1,5 @@
 <!--
-   Copyright 2003-2004 The Apache Software Foundation
+   Copyright 2003-2005 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -18,7 +18,8 @@
 
 <!--
         "Validator" component of the Jakarta Commons Subproject
-        $Id: build.xml,v 1.34 2004/04/04 13:53:25 rleland Exp $
+        $Id$
+        $Rev$ $Date$
 -->
 
 
@@ -49,7 +50,6 @@
   <!-- The locations of necessary jar files -->
   <property name="junit.jar"               value="${junit.home}/junit.jar"/>
   <property name="commons-beanutils.jar"   
value="${beanutils.home}/dist/commons-beanutils.jar"/>
-  <property name="commons-collections.jar" 
value="${collections.home}/dist/commons-collections.jar"/>
   <property name="commons-digester.jar"    
value="${digester.home}/dist/commons-digester.jar"/>
   <property name="commons-logging.jar"     
value="${logging.home}/dist/commons-logging.jar"/>
 
@@ -122,7 +122,6 @@
   <path id="compile.classpath">
     <pathelement location="${build.home}/classes"/>
     <pathelement location="${commons-beanutils.jar}"/>
-    <pathelement location="${commons-collections.jar}"/>
     <pathelement location="${commons-digester.jar}"/>
     <pathelement location="${commons-logging.jar}"/>
     <pathelement location="${oro.jar}"/>
@@ -137,7 +136,6 @@
     <pathelement location="${build.home}/classes"/>
     <pathelement location="${build.home}/tests"/>
     <pathelement location="${commons-beanutils.jar}"/>
-    <pathelement location="${commons-collections.jar}"/>
     <pathelement location="${commons-digester.jar}"/>
     <pathelement location="${commons-logging.jar}"/>
     <pathelement location="${oro.jar}"/>



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

Reply via email to