You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Stefan Bodewig <bo...@apache.org> on 2005/04/28 12:02:24 UTC

[PATCH][GUMP] jci and javaflow get now built by Gump

Hi,

the appendend patch will remove the project placeholders for
commons-jci and commons-javaflow from your descriptor since Gump now
(tries to) builds them from sources.

Also I've added a dependency on commons-jci to the cocoon project
since it seems to use it.  I don't know enough about Excalibur Pool to
help with the remaining compilation issues, sorry.

Stefan

Index: gump.xml
===================================================================
--- gump.xml	(revision 165126)
+++ gump.xml	(working copy)
@@ -73,6 +73,7 @@
     <depend project="commons-cli"/>
     <depend project="commons-httpclient"/>
     <depend project="commons-collections"/>
+    <depend project="commons-jci"/>
     <depend project="commons-jexl"/>
     <depend project="commons-jxpath"/>
     <depend project="commons-lang"/>
@@ -1421,16 +1422,4 @@
     <jar name="lib/optional/daisy-util-1.1.jar"/>
   </project>      
 
-  <project name="commons-javaflow">
-    <package>org.apache.commons.javaflow</package>
-    <home nested="lib/optional"/>
-    <jar name="commons-javaflow-0.1-dev.jar"/>
-  </project>      
-
-  <project name="commons-jci">
-    <package>org.apache.jci</package>
-    <home nested="lib/core"/>
-    <jar name="commons-jci-r159148.jar"/>
-  </project>      
-
 </module>