You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by jc...@apache.org on 2005/08/17 16:03:57 UTC

svn commit: r233180 - in /jakarta/hivemind/trunk: hivebuild/hivebuild.xml status.xml

Author: jcarman
Date: Wed Aug 17 07:03:55 2005
New Revision: 233180

URL: http://svn.apache.org/viewcvs?rev=233180&view=rev
Log:
HIVEMIND-135: Upgrade Build to use a hivebuild.properties from the users home directory

Modified:
    jakarta/hivemind/trunk/hivebuild/hivebuild.xml
    jakarta/hivemind/trunk/status.xml

Modified: jakarta/hivemind/trunk/hivebuild/hivebuild.xml
URL: http://svn.apache.org/viewcvs/jakarta/hivemind/trunk/hivebuild/hivebuild.xml?rev=233180&r1=233179&r2=233180&view=diff
==============================================================================
--- jakarta/hivemind/trunk/hivebuild/hivebuild.xml (original)
+++ jakarta/hivemind/trunk/hivebuild/hivebuild.xml Wed Aug 17 07:03:55 2005
@@ -24,8 +24,9 @@
      
   <!-- Projects must include a project.properties that defines project.name and project.version -->
   
-  <property file="${root.dir}/project.properties"/> 
-	<property file="${hivebuild.dir}/hivebuild.properties"/>
+  <property file="${root.dir}/project.properties"/>
+    <property file="${user.home}/hivebuild.properties" />
+    <property file="${hivebuild.dir}/hivebuild.properties"/>
 
   
   <!-- Perhaps we could merge the previous two together? -->

Modified: jakarta/hivemind/trunk/status.xml
URL: http://svn.apache.org/viewcvs/jakarta/hivemind/trunk/status.xml?rev=233180&r1=233179&r2=233180&view=diff
==============================================================================
--- jakarta/hivemind/trunk/status.xml (original)
+++ jakarta/hivemind/trunk/status.xml Wed Aug 17 07:03:55 2005
@@ -34,6 +34,7 @@
       <action type="update" dev="HLS">Change dist targets to use SSH passphrase for authentication.</action>
       <action type="fix" dev="KW">Allow for null values in &lt;invoke-parent&gt; rule.</action>
       <action type="fix" dev="JC" fixes-bug="HIVEMIND-148" due-to="Ben Fortuna">Registry.getServiceIds() doesn't support concrete class service points.</action>
+      <action type="fix" dev="JC" fixes-bug="HIVEMIND-135" due-to="Richard Hensley">Upgrade Build to use a hivebuild.properties from the users home directory.</action>
     </release>
     <release version="1.1-beta-2" date="Jun 28 2005">
       <action type="fix" dev="JC" fixes-bug="HIVEMIND-122" due-to="Michael Frericks">IBM JDK 1.4.1 and java.net.URL.openStream causes NPE"</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org