jvanzyl 02/02/12 09:26:11
Modified: . Tag: rundata_security_changes build.xml
Log:
- remove testing from the base build.xml file.
Revision Changes Path
No revision
No revision
1.20.2.7 +5 -17 jakarta-turbine-3/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
retrieving revision 1.20.2.6
retrieving revision 1.20.2.7
diff -u -r1.20.2.6 -r1.20.2.7
--- build.xml 12 Feb 2002 16:53:30 -0000 1.20.2.6
+++ build.xml 12 Feb 2002 17:26:11 -0000 1.20.2.7
@@ -26,9 +26,12 @@
<!-- ================================================================== -->
<!-- This deals with loading our path creation task that is used to: -->
<!-- -->
- <!-- i) construct a classpath from a descriptor file which allows us -->
- <!-- to create store our dependencies externally and makes a build -->
+ <!-- a) Construct a classpath from a descriptor file which allows us -->
+ <!-- to store our dependencies externally and makes a build -->
<!-- file reusable. -->
+ <!-- -->
+ <!-- b) Construct pattern sets that can be used for various task like -->
+ <!-- copying a set of resources into a JAR for deployment. -->
<!-- ================================================================== -->
<target
name="init">
@@ -395,20 +398,5 @@
description="--> cleans up the build directory">
<delete dir="${build.dir}"/>
- </target>
-
- <!-- ================================================================== -->
- <!-- T E S T S -->
- <!-- ================================================================== -->
-
- <target
- name="test"
- depends="compile"
- description="--> runs turbine unit tests">
-
- <ant antfile="build-test.xml">
- <property file="build.properties"/>
- </ant>
-
</target>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>