jvanzyl 01/09/18 18:54:42
Modified: src/tdk build.xml
src/tdk/apps/2 build.xml
src/tdk/apps/3 build.xml
Log:
- rolling back some Ant 1.4 features so that we can continue to
use Ant 1.3.
Revision Changes Path
1.11 +2 -9 jakarta-turbine-tdk/src/tdk/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 2001/09/17 21:27:49 1.10
+++ build.xml 2001/09/19 01:54:42 1.11
@@ -12,15 +12,8 @@
<!-- ================================================================ -->
<!-- Check that properties are defined correctly. -->
<!-- ================================================================ -->
-
- <target name="setup">
- <!-- Verify tdk.home has been set -->
- <available file="${tdk.home}" type="dir" property="tdk.home.defined"/>
- <!-- Emit warning if need properties have not been set -->
- <antcall target="check_tdk.home"/>
- </target>
-
- <target name="check_tdk.home" unless="tdk.home.defined">
+
+ <target name="setup" unless="tdk.home">
<echo>
***
* ERROR : The 'tdk.home' property is not defined or
1.12 +1 -8 jakarta-turbine-tdk/src/tdk/apps/2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/2/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 2001/09/18 13:46:13 1.11
+++ build.xml 2001/09/19 01:54:42 1.12
@@ -21,14 +21,7 @@
<!-- Check that properties are defined correctly. -->
<!-- ================================================================ -->
- <target name="setup">
- <!-- Verify tdk.home has been set -->
- <available file="${tdk.home}" type="dir" property="tdk.home.defined"/>
- <!-- Emit warning if need properties have not been set -->
- <antcall target="check_tdk.home"/>
- </target>
-
- <target name="check_tdk.home" unless="tdk.home.defined">
+ <target name="setup" unless="tdk.home">
<echo>
***
* ERROR : The 'tdk.home' property is not defined or
1.9 +1 -8 jakarta-turbine-tdk/src/tdk/apps/3/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/3/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 2001/09/18 13:46:14 1.8
+++ build.xml 2001/09/19 01:54:42 1.9
@@ -22,14 +22,7 @@
<!-- Check that properties are defined correctly. -->
<!-- ================================================================ -->
- <target name="setup">
- <!-- Verify tdk.home has been set -->
- <available file="${tdk.home}" type="dir" property="tdk.home.defined"/>
- <!-- Emit warning if need properties have not been set -->
- <antcall target="check_tdk.home"/>
- </target>
-
- <target name="check_tdk.home" unless="tdk.home.defined">
+ <target name="setup" unless="tdk.home">
<echo>
***
* ERROR : The 'tdk.home' property is not defined or
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]