[cvs] Expresso commit by mtraum: use container.home instead of

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Oct 11 16:10:07 PDT 2004


Log Message:
-----------
use container.home instead of env.CATALINA_HOME for building tomcat into the complete dist

Modified Files:
--------------
    expresso:
        build.xml

Revision Data
-------------
Index: build.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/build.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -Lbuild.xml -Lbuild.xml -u -r1.79 -r1.80
--- build.xml
+++ build.xml
@@ -1006,7 +1006,7 @@
 		</copy>
 		<!-- Copy in the latest LIBs -->
 		<copy todir="${expresso.build.dist}/complete-temp">
-			<fileset dir="${env.CATALINA_HOME}">
+			<fileset dir="${container.home}">
 				<include name="*.*"/>
 				<include name="logs"/>
 				<include name="bin/**/*"/>


More information about the cvs mailing list