You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Stefan Bodewig <bo...@apache.org> on 2004/06/30 10:39:35 UTC

[Gump][Patch] commons-beanutils has been renamed

Hi,

the commons-beanutils project has been split into two projects and the
old project name no longer exists.  Also, you once defined a project
named ognl but have removed it from your CVS module later.

The appended patch should take care of these problems.

If you want a helping hand with your Gump descriptor, feel free to
move it into the gump CVS module.  All Apache committers have commit
access to the gump module, so you'd still be able to change it
whenever it is needed.

Cheers

        Stefan

-- 
http://stefanbodewig.blogger.de/

Index: support/gump.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tapestry/support/gump.xml,v
retrieving revision 1.18
diff -u -r1.18 gump.xml
--- support/gump.xml	25 Dec 2003 20:25:31 -0000	1.18
+++ support/gump.xml	30 Jun 2004 08:35:08 -0000
@@ -19,7 +19,7 @@
 
     <!-- framework -->
     <depend project="ant" inherit="runtime"/>
-    <depend project="commons-beanutils"/>
+    <depend project="commons-beanutils-core"/>
     <depend project="commons-digester"/>
     
     <depend project="commons-fileupload"/>
@@ -41,7 +41,7 @@
     <!-- These aren't built, yet, by Gump.  We direct Gump to
     	   use the versions stored in our CVS. -->
     	   
-    <depend project="ognl"/>
+    <!--depend project="ognl"/-->
     <depend project="jakarta-commons-codec"/>
 
     <!-- contrib -->
@@ -62,7 +62,7 @@
          to="tapestry-dev@jakarta.apache.org"/>
   </project>
 
-  <project name="ognl">
+  <!--project name="ognl">
     <package>ognl</package>
     <url href="http://www.ognl.org"/>
     
@@ -70,7 +70,7 @@
     
     <jar name="lib/ext/ognl-2.6.3.jar"/>
     <license name="lib/ext/LICENSE.ognl.txt"/>
-  </project>
+  </project-->
    
   <project name="jcharts">
     <package>org.jCharts</package>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org