jvanzyl 02/02/12 06:59:41
Modified: . Tag: rundata_security_changes build.xml
Log:
- making the build actually work :-)
Revision Changes Path
No revision
No revision
1.20.2.4 +23 -13 jakarta-turbine-3/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
retrieving revision 1.20.2.3
retrieving revision 1.20.2.4
diff -u -r1.20.2.3 -r1.20.2.4
--- build.xml 12 Feb 2002 14:52:03 -0000 1.20.2.3
+++ build.xml 12 Feb 2002 14:59:40 -0000 1.20.2.4
@@ -22,6 +22,26 @@
</path>
<!-- ================================================================== -->
+ <!-- I N I T I A L I Z E -->
+ <!-- ================================================================== -->
+ <target
+ name="init">
+
+ <taskdef
+ name="create-path"
+ classname="org.apache.tdk.task.CreatePath">
+ <classpath refid="tool-classpath"/>
+ </taskdef>
+
+ <create-path
+ pathId="classpath"
+ pathDescriptor="deps.list"
+ basedir="${lib.repo}"
+ />
+
+ </target>
+
+ <!-- ================================================================== -->
<!-- U P D A T E J A R S -->
<!-- ================================================================== -->
@@ -54,22 +74,12 @@
<!-- E N V I R O N M E N T -->
<!-- ================================================================== -->
- <target name="env">
+ <target
+ name="env"
+ depends="init">
<echo message="java.home = ${java.home}"/>
<echo message="user.home = ${user.home}"/>
<echo message="lib.repo = ${lib.repo}"/>
-
- <taskdef
- name="create-classpath"
- classname="org.apache.tdk.task.CreatePath">
- <classpath refid="tool-classpath"/>
- </taskdef>
-
- <create-path
- pathId="classpath"
- pathDescriptor="deps.list"
- basedir="${lib.repo}"
- />
<property name="classpath" refid="classpath"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>