mcconnell 2004/09/20 02:56:02
Modified: project excalibur.xml
Log:
excalibur-instrument contains duplicate build strategies - fixed (removed ant build
reference), also added version reference to sync. with maven.
Revision Changes Path
1.8 +3 -5 gump/project/excalibur.xml
Index: excalibur.xml
===================================================================
RCS file: /home/cvs/gump/project/excalibur.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- excalibur.xml 20 Sep 2004 09:14:29 -0000 1.7
+++ excalibur.xml 20 Sep 2004 09:56:02 -0000 1.8
@@ -633,16 +633,14 @@
</maven>
<package>org.apache.avalon.excalibur.instrument</package>
+ <!--
<ant basedir="instrument" target="jar" buildfile="gump-build.xml">
- <!-- optional dependencies -->
<depend property="avalon-framework.jar" project="avalon-framework-api"/>
<property name="checkstyle.jar" project="checkstyle"
reference="jarpath"/>
-
- <!-- test-time dependencies -->
<depend property="junit.jar" project="junit"/>
-
<property name="project.version" value="@@DATE@@"/>
</ant>
+ -->
<!-- build-time dependencies -->
<depend project="ant" inherit="runtime"/>
@@ -660,7 +658,7 @@
<work nested="containerkit/instrument/api/target/test-classes"/>
<home nested="containerkit/instrument/api/"/>
- <jar name="target/excalibur-instrument-@@DATE@@.jar"/>
+ <jar name="target/excalibur-instrument-1.2-dev.jar"/>
<junitreport nested="containerkit/instrument/api/target/docs/junitreports"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]