You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by da...@apache.org on 2005/09/06 21:25:45 UTC

svn commit: r279074 - /cocoon/trunk/gump.xml

Author: danielf
Date: Tue Sep  6 12:25:41 2005
New Revision: 279074

URL: http://svn.apache.org/viewcvs?rev=279074&view=rev
Log:
Added Knopflerfish framework and log

Modified:
    cocoon/trunk/gump.xml

Modified: cocoon/trunk/gump.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/gump.xml?rev=279074&r1=279073&r2=279074&view=diff
==============================================================================
--- cocoon/trunk/gump.xml (original)
+++ cocoon/trunk/gump.xml Tue Sep  6 12:25:41 2005
@@ -135,6 +135,8 @@
             locallib="core/rhino-1.6R1.jar"/>  
     <depend project="ehcache"
             groupId="ehcache" artifactId="ehcache" version="1.1"/> 
+    <depend project="knopflerfish-framework"/>  
+    <depend project="knopflerfish-log"/>  
     <!-- what's this!?! -->     
     <depend project="jing"/>  
     <depend project="junit"
@@ -1638,5 +1640,21 @@
     <package>org.apache.wsrp4j</package>
     <jar name="lib/optional/wsrp4j-shared-0.3-dev.jar"/>
     <jar name="lib/optional/wsrp4j-consumer-0.3-dev.jar"/>
+  </project>
+
+  <project name="knopflerfish-framework">
+    <url href="http://www.knopflerfish.org/"/>
+    <description>
+      Knopflerfish Framework
+    </description>
+    <jar name="core/knopflerfish-framework-1.3.3.jar"/>
+  </project>
+
+  <project name="knopflerfish-log">
+    <url href="http://www.knopflerfish.org/"/>
+    <description>
+      Knopflerfish Log
+    </description>
+    <jar name="core/knopflerfish-log_all-1.0.0.jar"/>
   </project>
 </module>