You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2009/12/22 22:34:42 UTC

svn commit: r893325 - /incubator/cassandra/branches/cassandra-0.5/build.xml

Author: eevans
Date: Tue Dec 22 21:34:41 2009
New Revision: 893325

URL: http://svn.apache.org/viewvc?rev=893325&view=rev
Log:
optional ant properties file (build.properties)

This change allows you to create a build.properties file in the top-level
directory to override any of the properties in build.xml

Patch by eevans

Modified:
    incubator/cassandra/branches/cassandra-0.5/build.xml

Modified: incubator/cassandra/branches/cassandra-0.5/build.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.5/build.xml?rev=893325&r1=893324&r2=893325&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.5/build.xml (original)
+++ incubator/cassandra/branches/cassandra-0.5/build.xml Tue Dec 22 21:34:41 2009
@@ -19,6 +19,7 @@
  -->
 <project basedir="." default="build" name="apache-cassandra-incubating">
     <property environment="env"/>
+    <property file="build.properties" />
     <property name="debuglevel" value="source,lines,vars"/>
 
     <property name="basedir" value="."/>