Author: niallp Date: Fri Dec 11 10:35:41 2009 New Revision: 889562 URL: http://svn.apache.org/viewvc?rev=889562&view=rev Log: Gump should use commons-lang-2.x
Modified: commons/proper/jelly/trunk/jelly-tags/interaction/project.xml commons/proper/jelly/trunk/jelly-tags/ojb/project.xml commons/proper/jelly/trunk/jelly-tags/swing/project.xml commons/proper/jelly/trunk/jelly-tags/util/project.xml commons/proper/jelly/trunk/project.xml Modified: commons/proper/jelly/trunk/jelly-tags/interaction/project.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/interaction/project.xml?rev=889562&r1=889561&r2=889562&view=diff ============================================================================== --- commons/proper/jelly/trunk/jelly-tags/interaction/project.xml (original) +++ commons/proper/jelly/trunk/jelly-tags/interaction/project.xml Fri Dec 11 10:35:41 2009 @@ -57,6 +57,7 @@ <artifactId>commons-lang</artifactId> <version>2.0</version> <properties> + <gump.project>commons-lang-2.x</gump.project> <gump.runtime>true</gump.runtime> </properties> </dependency> Modified: commons/proper/jelly/trunk/jelly-tags/ojb/project.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/ojb/project.xml?rev=889562&r1=889561&r2=889562&view=diff ============================================================================== --- commons/proper/jelly/trunk/jelly-tags/ojb/project.xml (original) +++ commons/proper/jelly/trunk/jelly-tags/ojb/project.xml Fri Dec 11 10:35:41 2009 @@ -52,6 +52,9 @@ <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>1.0</version> + <properties> + <gump.project>commons-lang-2.x</gump.project> + </properties> </dependency> </dependencies> Modified: commons/proper/jelly/trunk/jelly-tags/swing/project.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/swing/project.xml?rev=889562&r1=889561&r2=889562&view=diff ============================================================================== --- commons/proper/jelly/trunk/jelly-tags/swing/project.xml (original) +++ commons/proper/jelly/trunk/jelly-tags/swing/project.xml Fri Dec 11 10:35:41 2009 @@ -41,6 +41,9 @@ <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.0</version> + <properties> + <gump.project>commons-lang-2.x</gump.project> + </properties> </dependency> <!-- START for test --> Modified: commons/proper/jelly/trunk/jelly-tags/util/project.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/util/project.xml?rev=889562&r1=889561&r2=889562&view=diff ============================================================================== --- commons/proper/jelly/trunk/jelly-tags/util/project.xml (original) +++ commons/proper/jelly/trunk/jelly-tags/util/project.xml Fri Dec 11 10:35:41 2009 @@ -48,6 +48,9 @@ <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.0</version> + <properties> + <gump.project>commons-lang-2.x</gump.project> + </properties> </dependency> <dependency> <groupId>commons-beanutils</groupId> Modified: commons/proper/jelly/trunk/project.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/project.xml?rev=889562&r1=889561&r2=889562&view=diff ============================================================================== --- commons/proper/jelly/trunk/project.xml (original) +++ commons/proper/jelly/trunk/project.xml Fri Dec 11 10:35:41 2009 @@ -356,6 +356,7 @@ <artifactId>commons-lang</artifactId> <version>2.0</version> <properties> + <gump.project>commons-lang-2.x</gump.project> <gump.runtime>true</gump.runtime> </properties> </dependency>