bloritsch 02/01/14 14:10:11
Modified: . build.xml
Log:
add the 'all' target to build.xml for uniformity
Revision Changes Path
1.138 +3 -1 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- build.xml 14 Jan 2002 16:41:34 -0000 1.137
+++ build.xml 14 Jan 2002 22:10:10 -0000 1.138
@@ -100,7 +100,7 @@
============================================================================ -->
-<project default="package" basedir="." name="Apache Cocoon">
+<project default="all" basedir="." name="Apache Cocoon">
<!--
Give user a chance to override without editing this file
@@ -783,6 +783,8 @@
<!-- =================================================================== -->
<!-- Creates the jar file -->
<!-- =================================================================== -->
+ <target name="all" depends="package" description="Default target"/>
+
<target name="package" depends="compile" description="Generates the jar package">
<jar jarfile="${build.dir}/${name}.jar" manifest="${build.src}/Manifest.mf">
<fileset dir="${build.dest}">
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]