You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by se...@apache.org on 2010/09/14 00:07:01 UTC

svn commit: r996702 - /gump/metadata/project/commons-proper.xml

Author: sebb
Date: Mon Sep 13 22:07:00 2010
New Revision: 996702

URL: http://svn.apache.org/viewvc?rev=996702&view=rev
Log:
Try to fix Gump build problem

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=996702&r1=996701&r2=996702&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Mon Sep 13 22:07:00 2010
@@ -52,6 +52,10 @@
   <project name="commons-beanutils" groupId="commons-beanutils">
     <package>org.apache.commons.beanutils</package>
     <description>Bean Utilities</description>
+    <!-- Try to fix missing FastHashMap problem, see: 
+    http://mail-archives.apache.org/mod_mbox/gump-general/201009.mbox/<87...@v35516.1blu.de> 
+    -->
+    <pom pom="beanutils/pom.xml"/>
     <url href="http://commons.apache.org/beanutils/"/>
     <ant basedir="beanutils" target="jar">
       <property name="component.version" value="@@DATE@@" />