jvanzyl 01/08/31 11:48:58 Modified: src build.xml Log: - torque templates are taken from the torque.jar now so we don't have to copy them. Revision Changes Path 1.19 +0 -3 jakarta-turbine-tdk/src/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-tdk/src/build.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- build.xml 2001/08/29 04:29:31 1.18 +++ build.xml 2001/08/31 18:48:58 1.19 @@ -30,7 +30,6 @@ <property name="app.lib" value="${app.home}/WEB-INF/lib"/> <property name="app.build" value="${app.home}/WEB-INF/build"/> <property name="app.project" value="${app.home}/WEB-INF/build/project"/> - <property name="app.torque" value="${app.home}/WEB-INF/build/bin/torque"/> <property name="app.modules" value="${app.home}/WEB-INF/src/java/${target.directory}/modules"/> <property name="app.view" value="velocity"/> <property name="app.type" value="peer"/> @@ -57,7 +56,6 @@ <target name="application" depends="properties"> <antcall target="webapp-structure"/> - <antcall target="torque"/> <antcall target="turbine-schemas"/> <antcall target="turbine-libs"/> <antcall target="deployment-descriptor"/> @@ -114,7 +112,6 @@ <target name="integrate" depends="integrate-properties,properties"> <antcall target="webapp-structure"/> - <antcall target="torque"/> <antcall target="turbine-schemas"/> <antcall target="turbine-libs"/> <antcall target="deployment-descriptor"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]