kward 2002/12/04 23:40:16
Modified: java/scratchpad/admin build.xml
Log:
cleaned up build file
Revision Changes Path
1.2 +2 -6 xml-xindice/java/scratchpad/admin/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xindice/java/scratchpad/admin/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 10 Nov 2002 19:21:48 -0000 1.1
+++ build.xml 5 Dec 2002 07:40:16 -0000 1.2
@@ -22,7 +22,7 @@
-->
-<project name="xindice-admin-scratchpad" default="main" basedir=".">
+<project name="xindice-admin-scratchpad" default="build" basedir=".">
<!-- ===================================================================
-->
<!-- Initializes the build process
-->
@@ -49,9 +49,6 @@
<pathelement path="${java.class.path}"/>
</path>
- <target name="main">
- </target>
-
<target name="init">
<tstamp/>
<property name="name" value="xindice-admin"/>
@@ -77,8 +74,7 @@
/>
</target>
- <target name="build"
- depends="compile">
+ <target name="build" depends="init, compile">
<jar jarfile="${xindice.home}/java/lib/xindice-admin-0.1.jar"
basedir="${build.dir}">
</jar>