You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/03/01 03:00:50 UTC

svn commit: r155728 - maven/maven-1/core/trunk/build-bootstrap.xml

Author: brett
Date: Mon Feb 28 18:00:45 2005
New Revision: 155728

URL: http://svn.apache.org/viewcvs?view=rev&rev=155728
Log:
honour local properties

Modified:
    maven/maven-1/core/trunk/build-bootstrap.xml

Modified: maven/maven-1/core/trunk/build-bootstrap.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/build-bootstrap.xml?view=diff&r1=155727&r2=155728
==============================================================================
--- maven/maven-1/core/trunk/build-bootstrap.xml (original)
+++ maven/maven-1/core/trunk/build-bootstrap.xml Mon Feb 28 18:00:45 2005
@@ -21,6 +21,7 @@
 <project name="Maven" default="bootstrap" basedir=".">
 
   <property file="${user.home}/build.properties"/>
+  <property file="${basedir}/build.properties"/>
   <property file="${basedir}/project.properties"/>
   <property environment="env"/>
   <property name="maven.home" value="${env.MAVEN_HOME}"/>



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