mcconnell 2004/09/18 18:00:42
Modified: project excalibur.xml
Log:
Update to include hard coded versions in outputs.
Revision Changes Path
1.6 +9 -7 gump/project/excalibur.xml
Index: excalibur.xml
===================================================================
RCS file: /home/cvs/gump/project/excalibur.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- excalibur.xml 16 Sep 2004 16:43:56 -0000 1.5
+++ excalibur.xml 19 Sep 2004 01:00:41 -0000 1.6
@@ -1096,7 +1096,7 @@
<mkdir dir="components/pool/api/target/classes"/>
<home nested="components/pool/api"/>
- <jar name="target/excalibur-pool-api-@@DATE@@.jar"/>
+ <jar name="target/excalibur-pool-api-2.0.0.jar"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
@@ -1136,7 +1136,7 @@
<dir mkdir="components/pool/impl/target/classes"/>
<home nested="components/pool/impl"/>
- <jar name="target/excalibur-pool-impl-@@DATE@@.jar"/>
+ <jar name="target/excalibur-pool-impl-2.0.0.jar"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
@@ -1178,7 +1178,7 @@
<mkdir dir="components/pool/instrumented/target/classes"/>
<home nested="components/pool/instrumented"/>
- <jar name="target/excalibur-pool-instrumented-@@DATE@@.jar"/>
+ <jar name="target/excalibur-pool-instrumented-2.0.jar"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
@@ -1290,8 +1290,9 @@
<mkdir dir="components/thread/api/target/classes"/>
<home nested="components/thread/api"/>
- <jar name="target/excalibur-thread-api-@@DATE@@.jar"/>
-
+
+ <jar name="target/excalibur-thread-api-2.0.0.jar"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -1333,7 +1334,8 @@
<mkdir dir="components/thread/impl/target/classes"/>
<home nested="components/thread/impl"/>
- <jar name="target/excalibur-thread-impl-@@DATE@@.jar"/>
+
+ <jar name="target/excalibur-thread-impl-2.0.0.jar"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
@@ -1379,7 +1381,7 @@
<mkdir dir="components/thread/instrumented/target/classes"/>
<home nested="components/thread/instrumented"/>
- <jar name="target/excalibur-thread-instrumented-@@DATE@@.jar"/>
+ <jar name="target/excalibur-thread-instrumented-2.0.jar"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]