You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sk...@apache.org on 2007/10/22 22:08:26 UTC

svn commit: r587227 - /commons/proper/logging/trunk/build.xml

Author: skitching
Date: Mon Oct 22 13:08:26 2007
New Revision: 587227

URL: http://svn.apache.org/viewvc?rev=587227&view=rev
Log:
Provide commons.home as an alias for jakarta.home

Modified:
    commons/proper/logging/trunk/build.xml

Modified: commons/proper/logging/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/build.xml?rev=587227&r1=587226&r2=587227&view=diff
==============================================================================
--- commons/proper/logging/trunk/build.xml (original)
+++ commons/proper/logging/trunk/build.xml Mon Oct 22 13:08:26 2007
@@ -59,6 +59,7 @@
   <!-- The directories corresponding to your necessary dependencies -->
   <property name="junit.home"              value="/usr/local/junit3.5"/>
   <property name="jakarta.home"            value="../.."/>
+  <property name="commons.home"            value="../.."/>
 
   <!--
     - The names of the unit tests to run. By default all tests are run, but