# HG changeset patch # User dbrosius@mebigfatguy.com # Date 1242313834 14400 # Node ID 7b620098080532a339425e7db8f6269197e22488 # Parent d3ec5ebc3dbae883f6432254c41fa2b88f9e0ab5 Pull system dependent properties out into build.properties, and allow users to override these properties with a user.properties file. diff -r d3ec5ebc3dba -r 7b6200980805 build.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build.properties Thu May 14 11:10:34 2009 -0400 @@ -0,0 +1,2 @@ +JINI_HOME=/Users/dan/jini/jini2_1 +JDK_HOME=/usr/local/java \ No newline at end of file diff -r d3ec5ebc3dba -r 7b6200980805 build.xml --- a/build.xml Sat Apr 25 08:38:27 2009 +0100 +++ b/build.xml Thu May 14 11:10:34 2009 -0400 @@ -2,6 +2,10 @@ Main build file for Blitz space implementation running on Db-Java + + + + @@ -10,8 +14,8 @@ - - + +