nicolaken 2002/09/12 08:00:31
Modified: jenny build.xml
Log:
Make "compile" target default.
Revision Changes Path
1.2 +1 -1 jakarta-alexandria/jenny/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/jenny/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2 Sep 2002 13:48:43 -0000 1.1
+++ build.xml 12 Sep 2002 15:00:31 -0000 1.2
@@ -1,4 +1,4 @@
-<project name="jenny" default="package" basedir=".">
+<project name="jenny" default="compile" basedir=".">
<target name="compile">
<mkdir dir="build/classes"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>