mcconnell 2003/10/21 17:55:14
Modified: lifecycle/impl/src/gump build.xml
Log:
Make sure ant jar targets work.
Revision Changes Path
1.2 +3 -1 avalon-excalibur/lifecycle/impl/src/gump/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/lifecycle/impl/src/gump/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 22 Oct 2003 00:52:02 -0000 1.1
+++ build.xml 22 Oct 2003 00:55:14 -0000 1.2
@@ -43,6 +43,7 @@
</fileset>
</classpath>
</javac>
+ <!--
<copy todir="${testclassesdir}">
<fileset dir="F:\dev\avalon-excalibur\lifecycle\impl\src\test">
<include name="**/*.properties">
@@ -51,8 +52,9 @@
</include>
</fileset>
</copy>
+ -->
</target>
- <target name="jar" description="o Create the jar" depends="compile,test">
+ <target name="jar" description="o Create the jar" depends="compile">
<jar jarfile="target/${final.name}.jar" excludes="**/package.html"
basedir="${classesdir}">
</jar>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]