Author: craigmcc
Date: Sun Nov 14 15:12:30 2004
New Revision: 65927

Modified:
   struts/sandbox/trunk/struts-chain/build.properties.sample
   struts/sandbox/trunk/struts-chain/build.xml
Log:
Adapt build process to reorganized SVN repository.  In particular, add
new "struts.core.home" property to point at where this portion of the
repository is checked out.


Modified: struts/sandbox/trunk/struts-chain/build.properties.sample
==============================================================================
--- struts/sandbox/trunk/struts-chain/build.properties.sample   (original)
+++ struts/sandbox/trunk/struts-chain/build.properties.sample   Sun Nov 14 
15:12:30 2004
@@ -22,7 +22,7 @@
 # source code.  To use this file, make a copy of it in "build.properties" and
 # customize the values as required.
 #
-# $Id: build.properties.sample,v 1.6 2004/07/17 01:47:52 craigmcc Exp $
+# $Id$
 #
 # In order to build with Tomcat integration you must have the catalina-ant.jar
 # in your CLASSPATH.  This file is located under the jakarta-tomcat/server/lib
@@ -42,3 +42,5 @@
 # distribution
 chain.home=/usr/local/jakarta-commons/chain/dist
 
+# The absolute or relative pathname of the Struts core source repository
+struts.core.home=../../../core/trunk

Modified: struts/sandbox/trunk/struts-chain/build.xml
==============================================================================
--- struts/sandbox/trunk/struts-chain/build.xml (original)
+++ struts/sandbox/trunk/struts-chain/build.xml Sun Nov 14 15:12:30 2004
@@ -35,6 +35,7 @@
 
   <property name="chain.home"       
value="../../../jakarta-commons/chain/dist"/>
   <property name="servlet.home"     value="/usr/local/tomcat-4.1/common/lib"/>
+  <property name="struts.core.home" value="../../../core/trunk"/>
   <property name="struts.home"      value="../../dist"/>
 
 
@@ -207,7 +208,7 @@
 
     <!-- Copy example webapp from standard build -->
     <copy    todir="${build.home}/webapps/example">
-      <fileset dir="../../target/example"/>
+      <fileset dir="${struts.core.home}/target/example"/>
     </copy>
 
     <!-- Copy override files from our local directory -->

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to