You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/07/14 16:51:02 UTC

svn commit: rev 22906 - avalon/trunk

Author: mcconnell
Date: Wed Jul 14 07:51:02 2004
New Revision: 22906

Modified:
   avalon/trunk/build.properties
   avalon/trunk/build.xml
Log:
Correct top-level references to templates.

Modified: avalon/trunk/build.properties
==============================================================================
--- avalon/trunk/build.properties	(original)
+++ avalon/trunk/build.properties	Wed Jul 14 07:51:02 2004
@@ -21,7 +21,8 @@
 #======================================================================
 
 # local index home
-project.home = central/system
+project.home = central
+project.system = central/system
 
 #
 # addition system wide setting are included in ${magic.home}/magic.properties

Modified: avalon/trunk/build.xml
==============================================================================
--- avalon/trunk/build.xml	(original)
+++ avalon/trunk/build.xml	Wed Jul 14 07:51:02 2004
@@ -10,7 +10,7 @@
   <property file="${basedir}/user.properties"/>
   <property file="${basedir}/build.properties"/>
   <property name="reactor.xml" 
-    value="${project.home}/build/reactor.xml"/>
+    value="${project.system}/build/reactor.xml"/>
 
   <condition property="magic.env.declared" value="false">
     <isset property="ENV.MAGIC_HOME"/>

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