Author: bayard
Date: Mon Nov  6 21:17:20 2006
New Revision: 471988

URL: http://svn.apache.org/viewvc?view=rev&rev=471988
Log:
junit.home, commons-logging.home and commons-collections.home are only used to 
define the directories of the jar files; which are then defined as separate 
variables. Seems pointless, so removing them. Also removing the junit.jar 
declaration from build.xml, seems pointless given that it's in 
build.properties.sample. 

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

Modified: jakarta/commons/proper/beanutils/trunk/build.properties.sample
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/build.properties.sample?view=diff&rev=471988&r1=471987&r2=471988
==============================================================================
--- jakarta/commons/proper/beanutils/trunk/build.properties.sample (original)
+++ jakarta/commons/proper/beanutils/trunk/build.properties.sample Mon Nov  6 
21:17:20 2006
@@ -13,24 +13,14 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-# The home directory for the Commons collection classes distribution
-commons-collections.home = ../collections/dist
-
 # The pathname of the collections classes JAR file
-commons-collections.jar = ${commons-collections.home}/commons-collections.jar
-
-# The home directory for the Commons logging classes distribution
-commons-logging.home = ../logging/dist
+commons-collections.jar = commons-collections.jar
 
 # The pathname of the Commons Logging JAR file
-commons-logging.jar = ${commons-logging.home}/commons-logging.jar
-
-# The directory containing your binary distribution of JUnit, 
-# version 3.7 or later
-junit.home = /usr/local/junit3.7
+commons-logging.jar = commons-logging.jar
 
 # The pathname of the "junit.jar" JAR file
-junit.jar = ${junit.home}/junit.jar
+junit.jar = junit.jar
 
 # Configuration Example for Commons Logging in maven
 maven.junit.fork=true

Modified: jakarta/commons/proper/beanutils/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/build.xml?view=diff&rev=471988&r1=471987&r2=471988
==============================================================================
--- jakarta/commons/proper/beanutils/trunk/build.xml (original)
+++ jakarta/commons/proper/beanutils/trunk/build.xml Mon Nov  6 21:17:20 2006
@@ -31,22 +31,6 @@
   <property file="${user.home}/build.properties"/>   <!-- User local        -->
 
 
-<!-- ========== External Dependencies ===================================== -->
-
-  <!-- The home directory for the Commons collection classes distribution -->
-  <property name="commons-logging.home" value="../logging/dist"/>
-
-  <!-- The directory containing your binary distribution of JUnit,
-       version 3.7 or later -->
-  <property name="junit.home"              value="/usr/local/junit3.7"/>
-
-
-<!-- ========== Derived Values ============================================ -->
-
-  <!-- The pathname of the "junit.jar" JAR file -->
-  <property name="junit.jar"               value="${junit.home}/junit.jar"/>
-
-
 <!-- ========== Component Declarations ==================================== -->
 
 



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

Reply via email to