leosimons 2003/02/27 04:11:10
Modified: project avalon-excalibur.xml
Log:
the vector of change of altrmi is bigger than that of the excalibur projects. To be
able to fix gump errors further down the dependency tree (ie cocoon deps on avalon and
stuff like that), I am temporarily breaking the "continuous integration" cycle by
having excalibur depend on a specific version of altrmi. It is not possible to depend
on a specific branch or tag for altrmi as none exist.
Revision Changes Path
1.5 +19 -3 jakarta-gump/project/avalon-excalibur.xml
Index: avalon-excalibur.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/avalon-excalibur.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- avalon-excalibur.xml 24 Feb 2003 10:53:17 -0000 1.4
+++ avalon-excalibur.xml 27 Feb 2003 12:11:10 -0000 1.5
@@ -85,7 +85,7 @@
<!-- this should go -->
<depend project="avalon-sandbox-info" runtime="true" inherit="runtime"/>
- <depend project="incubator-altrmi" inherit="runtime" runtime="true"/>
+ <depend project="excalibur-altrmi-0.9.2" inherit="runtime" runtime="true"/>
<depend project="xml-xerces" id="parser" runtime="true"/>
<!-- optional dependencies -->
@@ -557,7 +557,7 @@
</ant>
<depend project="excalibur-instrument-manager" inherit="jars"/>
- <depend project="incubator-altrmi" runtime="true"/>
+ <depend project="excalibur-altrmi-0.9.2" runtime="true"/>
<work nested="instrument-manager/build/classes"/>
<home nested="instrument-manager"/>
@@ -582,7 +582,7 @@
<depend project="ant" inherit="runtime"/>
<depend project="avalon" runtime="true"/>
- <depend project="incubator-altrmi" runtime="true"/>
+ <depend project="excalibur-altrmi-0.9.2" runtime="true"/>
<depend project="excalibur-instrument-manager" runtime="true"/>
<option project="checkstyle" inherit="runtime"/>
<depend project="junit"/>
@@ -999,6 +999,22 @@
<jar name="build/lib/excalibur-xmlutil-@@DATE@@.jar"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
+ to="[EMAIL PROTECTED]"/>
+ </project>
+
+ <!-- this is temporarily in place so that we can get some clean gump
+ runs set up without having to keep up with all the altrmi
+ refactorings -->
+ <project name="excalibur-altrmi-0.9.2">
+ <package>org.apache.altrmi</package>
+
+ <jar id="client-impl" name="lib/altrmi-client-impl-0.9.2.jar"/>
+ <jar id="client-api" name="lib/altrmi-client-interfaces-0.9.2.jar"/>
+ <jar id="common" name="lib/altrmi-common-0.9.2.jar"/>
+ <jar id="generator" name="lib/altrmi-generator-0.9.2.jar"/>
+ <jar id="server-impl" name="lib/altrmi-server-impl-0.9.2.jar"/>
+ <jar id="server-api" name="lib/altrmi-server-interfaces-0.9.2.jar"/>
+ <nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]