You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by an...@apache.org on 2005/12/19 18:53:09 UTC

svn commit: r357738 - /gump/metadata/project/cocoon/module.xml

Author: antonio
Date: Mon Dec 19 09:52:58 2005
New Revision: 357738

URL: http://svn.apache.org/viewcvs?rev=357738&view=rev
Log:
Add commons-io, fix log4j and rhino version.

Modified:
    gump/metadata/project/cocoon/module.xml

Modified: gump/metadata/project/cocoon/module.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/cocoon/module.xml?rev=357738&r1=357737&r2=357738&view=diff
==============================================================================
--- gump/metadata/project/cocoon/module.xml (original)
+++ gump/metadata/project/cocoon/module.xml Mon Dec 19 09:52:58 2005
@@ -114,7 +114,9 @@
     <depend project="commons-cli" runtime="true"
             groupId="commons-cli" artifactId="commons-cli" version="1.0"/>  
     <depend project="commons-httpclient"
-            groupId="commons-httpclient" artifactId="commons-httpclient" version="2.0.2"/>  
+            groupId="commons-httpclient" artifactId="commons-httpclient" version="2.0.2"/>
+    <depend project="commons-io"
+            groupId="commons-io" artifactId="commons-io" version="1.1"/>
     <depend project="commons-collections"
             groupId="commons-collections" artifactId="commons-collections" version="3.1"/>  
     <depend project="commons-jexl"
@@ -126,12 +128,12 @@
             locallib="core/commons-lang-2.0-20041007T2305.jar"/>  
     <depend project="commons-logging"/>
     <depend project="logging-log4j"
-            groupId="log4j" artifactId="log4j" version="1.2.9"
-            locallib="core/log4j-1.2.9.jar"/>  
+            groupId="log4j" artifactId="log4j" version="1.2.12"
+            locallib="core/log4j-1.2.12.jar"/>  
 
     <depend project="rhino"
             groupId="rhino" artifactId="rhino" version="1.6"
-            locallib="core/rhino-1.6R1.jar"/>  
+            locallib="core/rhino-1.6R2.jar"/>  
     <depend project="ehcache"
             groupId="ehcache" artifactId="ehcache" version="1.1"/> 
     <depend project="knopflerfish-framework"/>