jvanzyl 01/09/19 09:48:57 Modified: . build-docs.xml build-tomcat4.xml build-turbine2.xml build-turbine3.xml build.properties Log: - using the "tdk" namespace for all properties required for building the tdk. Revision Changes Path 1.3 +2 -2 jakarta-turbine-tdk/build-docs.xml Index: build-docs.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-tdk/build-docs.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build-docs.xml 2001/09/14 18:15:30 1.2 +++ build-docs.xml 2001/09/19 16:48:57 1.3 @@ -57,7 +57,7 @@ excludes="**/stylesheets/** empty.xml" includes="**/*.xml" lastModifiedCheck="true" - templatePath="${site2.home}/xdocs/stylesheets"> + templatePath="${tdk.site2.home}/xdocs/stylesheets"> </anakia> <copy file="${turbine.home}/docs/images/logo.gif" todir="${tdk.site}/images"/> @@ -85,7 +85,7 @@ </copy> <copy todir="${tdk.site}/turbine-docs"> - <fileset dir="${turbine-site.docs}"/> + <fileset dir="${tdk.turbine-site.docs}"/> </copy> </target> </project> 1.4 +2 -2 jakarta-turbine-tdk/build-tomcat4.xml Index: build-tomcat4.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-tdk/build-tomcat4.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build-tomcat4.xml 2001/09/19 15:16:38 1.3 +++ build-tomcat4.xml 2001/09/19 16:48:57 1.4 @@ -9,7 +9,7 @@ <target name="main"> <copy todir="${tdk.root.dir}"> - <fileset dir="${tomcat.dist}"> + <fileset dir="${tdk.tomcat.dist}"> <exclude name="webapps/**"/> <exclude name="src/**"/> <exclude name="LICENSE"/> @@ -21,7 +21,7 @@ <delete file="${tdk.root.dir}/conf/server.xml"/> <copy todir="${tdk.root.dir}/conf"> - <fileset dir="${tomcat.conf}"/> + <fileset dir="${tdk.tomcat.conf}"/> </copy> 1.5 +6 -6 jakarta-turbine-tdk/build-turbine2.xml Index: build-turbine2.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-tdk/build-turbine2.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build-turbine2.xml 2001/09/19 16:37:14 1.4 +++ build-turbine2.xml 2001/09/19 16:48:57 1.5 @@ -17,29 +17,29 @@ </echo> <copy todir="${tdk.ancillary2.dir}/src/conf"> - <fileset dir="${turbine2.home}/conf"/> + <fileset dir="${tdk.turbine2.home}/conf"/> </copy> <copy todir="${tdk.app2.template.dir}/src/conf" - file="${turbine2.home}/conf/master/turbine-schema.xml" + file="${tdk.turbine2.home}/conf/master/turbine-schema.xml" /> <copy todir="${tdk.app2.template.dir}/src/conf" - file="${torque.home}/src/schema/id-table-schema.xml" + file="${tdk.torque.home}/src/schema/id-table-schema.xml" /> <copy todir="${tdk.ancillary2.dir}/src/conf/database"> - <fileset dir="${torque.home}/src/conf/database"/> + <fileset dir="${tdk.torque.home}/src/conf/database"/> </copy> <copy todir="${tdk.app2.template.dir}/src/conf"> - <fileset dir="${flux2.home}/conf"/> + <fileset dir="${tdk.flux2.home}/conf"/> </copy> <copy todir="${tdk.app2.template.dir}/templates/flux"> - <fileset dir="${flux2.home}/src/templates"/> + <fileset dir="${tdk.flux2.home}/src/templates"/> </copy> </target> </project> 1.5 +7 -7 jakarta-turbine-tdk/build-turbine3.xml Index: build-turbine3.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-tdk/build-turbine3.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build-turbine3.xml 2001/09/19 16:37:14 1.4 +++ build-turbine3.xml 2001/09/19 16:48:57 1.5 @@ -17,34 +17,34 @@ </echo> <copy todir="${tdk.ancillary3.dir}/src/conf"> - <fileset dir="${turbine3.home}/conf"/> + <fileset dir="${tdk.turbine3.home}/conf"/> </copy> <copy todir="${tdk.app3.template.dir}/src/conf" - file="${fulcrum.home}/turbine-schema.xml" + file="${tdk.fulcrum.home}/turbine-schema.xml" /> <copy todir="${tdk.app3.template.dir}/src/conf" - file="${fulcrum.home}/scheduler-schema.xml" + file="${tdk.fulcrum.home}/scheduler-schema.xml" /> <copy todir="${tdk.app3.template.dir}/src/conf" - file="${torque.home}/src/schema/id-table-schema.xml" + file="${tdk.torque.home}/src/schema/id-table-schema.xml" /> <copy todir="${tdk.ancillary3.dir}/src/conf/database"> - <fileset dir="${torque.home}/src/conf/database"/> + <fileset dir="${tdk.torque.home}/src/conf/database"/> </copy> <copy todir="${tdk.app3.template.dir}/src/conf"> - <fileset dir="${flux3.home}/conf"/> + <fileset dir="${tdk.flux3.home}/conf"/> </copy> <copy todir="${tdk.app3.template.dir}/templates/flux"> - <fileset dir="${flux3.home}/src/templates"/> + <fileset dir="${tdk.flux3.home}/src/templates"/> </copy> </target> </project> 1.12 +12 -15 jakarta-turbine-tdk/build.properties Index: build.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-tdk/build.properties,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- build.properties 2001/09/19 16:37:14 1.11 +++ build.properties 2001/09/19 16:48:57 1.12 @@ -18,32 +18,29 @@ # T U R B I N E P R O P E R T I E S # ------------------------------------------------------------------- -turbine2.home = ../jakarta-turbine-2 -turbine3.home = ../jakarta-turbine-3 -turbine-site.docs = ${turbine-site.home}/docs +tdk.turbine2.home = ../jakarta-turbine-2 +tdk.turbine3.home = ../jakarta-turbine-3 +tdk.turbine-site.home = ../jakarta-turbine-site +tdk.turbine-site.docs = ${tdk.turbine-site.home}/docs # ------------------------------------------------------------------- # T O R Q U E P R O P E R T I E S # ------------------------------------------------------------------- -torque.home = ../jakarta-turbine-torque -torque.conf = ${torque.home}/src/conf -torque.bin = ${torque.home}/bin +tdk.torque.home = ../jakarta-turbine-torque # ------------------------------------------------------------------- # F U L C R U M P R O P E R T I E S # ------------------------------------------------------------------- -fulcrum.home = ../jakarta-turbine-fulcrum +tdk.fulcrum.home = ../jakarta-turbine-fulcrum # ------------------------------------------------------------------- # F L U X P R O P E R T I E S # ------------------------------------------------------------------- -flux2.home = ../jakarta-turbine-flux-2.1 -flux3.home = ../jakarta-turbine-flux -flux.templates = ${flux.home}/src/templates -flux.conf = ${flux.home}/conf +tdk.flux2.home = ../jakarta-turbine-flux-2.1 +tdk.flux3.home = ../jakarta-turbine-flux # ------------------------------------------------------------------- # T O M C A T P R O P E R T I E S @@ -52,15 +49,15 @@ # other than tomcat4. # ------------------------------------------------------------------- -tomcat.home = ../jakarta-tomcat-4.0 -tomcat.dist = ${tomcat.home}/dist -tomcat.conf = ${tomcat.dist}/conf +tdk.tomcat.home = ../jakarta-tomcat-4.0 +tdk.tomcat.dist = ${tdk.tomcat.home}/dist +tdk.tomcat.conf = ${tdk.tomcat.dist}/conf # ------------------------------------------------------------------- # D O C U M E N T A T I O N # ------------------------------------------------------------------- -site2.home = ../jakarta-site2 +tdk.site2.home = ../jakarta-site2 # ------------------------------------------------------------------- # J A R S --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]