You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2011/11/30 09:53:41 UTC

svn commit: r1208330 - in /gump/metadata/project: cocoon22.xml cocoon3.xml commons-proper.xml jmeter.xml ws-commons.xml

Author: bodewig
Date: Wed Nov 30 08:53:39 2011
New Revision: 1208330

URL: http://svn.apache.org/viewvc?rev=1208330&view=rev
Log:
artifactId changed from jexl => jexl3

Modified:
    gump/metadata/project/cocoon22.xml
    gump/metadata/project/cocoon3.xml
    gump/metadata/project/commons-proper.xml
    gump/metadata/project/jmeter.xml
    gump/metadata/project/ws-commons.xml

Modified: gump/metadata/project/cocoon22.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cocoon22.xml?rev=1208330&r1=1208329&r2=1208330&view=diff
==============================================================================
--- gump/metadata/project/cocoon22.xml (original)
+++ gump/metadata/project/cocoon22.xml Wed Nov 30 08:53:39 2011
@@ -201,7 +201,7 @@
     <option project="cocoon22-xml-resolver"/>
     <option project="cocoon22-xml-util"/>
     <option project="commons-io"/>
-    <option project="commons-jexl"/>
+    <option project="commons-jexl3"/>
     <option project="commons-logging"/>
     <option project="junit"/>
     <option project="logging-log4j-12"/>
@@ -239,7 +239,7 @@
     <option project="cocoon22-spring-configurator"/>
     <option project="cocoon22-xml-util"/>
     <option project="commons-collections"/>
-    <option project="commons-jexl"/>
+    <option project="commons-jexl3"/>
     <option project="commons-jxpath"/>
     <option project="commons-lang"/>
     <option project="junit"/>
@@ -486,7 +486,7 @@
     <option project="commons-digester"/>
     <option project="commons-httpclient"/>
     <option project="commons-io"/>
-    <option project="commons-jexl"/>
+    <option project="commons-jexl3"/>
     <option project="commons-jxpath"/>
     <option project="commons-logging"/>
     <option project="commons-validator"/>

Modified: gump/metadata/project/cocoon3.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cocoon3.xml?rev=1208330&r1=1208329&r2=1208330&view=diff
==============================================================================
--- gump/metadata/project/cocoon3.xml (original)
+++ gump/metadata/project/cocoon3.xml Wed Nov 30 08:53:39 2011
@@ -255,7 +255,7 @@
     <jar name="cocoon-sitemap/target/cocoon-sitemap-*[0-9T].jar"/>
     <option project="cocoon-pipeline"/>
     <depend project="cocoon-sax"/>
-    <option project="commons-jexl"/>
+    <option project="commons-jexl3"/>
     <option project="jakarta-regexp"/>
     <option project="junit"/>
   </project>

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1208330&r1=1208329&r2=1208330&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Nov 30 08:53:39 2011
@@ -292,7 +292,7 @@
     <mvn2 basedir="configuration" goal="test"/>
     
     <depend project="commons-configuration"/>
-    <option project="commons-jexl"/>
+    <option project="commons-jexl3"/>
 
     <report nested="configuration/target/surefire-reports"/>
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
@@ -649,11 +649,11 @@
     <license name="LICENSE.txt"/>
   </project>
 
-  <project name="commons-jexl">
+  <project name="commons-jexl3">
     <package>org.apache.commons.jexl</package>
     <description>Commons Jexl Package</description>
     <mvn2 basedir="jexl"/>
-    <jar name="jexl/target/commons-jexl-*[0-9T].jar" />
+    <jar name="jexl/target/commons-jexl3-*[0-9T].jar" />
     <option project="ant"/>
     <option project="commons-beanutils"/>
     <option project="commons-collections"/>
@@ -674,7 +674,7 @@
     <description>Commons Jexl Package</description>
     <mvn2 basedir="jexl/jexl-compat"/>
     <jar name="jexl/jexl-compat/target/commons-jexl-compat-*[0-9T].jar" />
-    <depend project="commons-jexl"/>
+    <depend project="commons-jexl3"/>
     <option project="junit"/>
     <option project="commons-logging"/>
     <nag to="dev@commons.apache.org"
@@ -970,7 +970,7 @@
     <option project="commons-beanutils"/>
     <option project="commons-digester"/>
     <option project="commons-el"/>
-    <option project="commons-jexl"/>
+    <option project="commons-jexl3"/>
     <option project="commons-logging"/>
     <option project="junit"/>
     <option project="xalan"/>

Modified: gump/metadata/project/jmeter.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jmeter.xml?rev=1208330&r1=1208329&r2=1208330&view=diff
==============================================================================
--- gump/metadata/project/jmeter.xml (original)
+++ gump/metadata/project/jmeter.xml Wed Nov 30 08:53:39 2011
@@ -63,7 +63,7 @@
     <depend project="commons-io"/>
     <depend project="commons-lang"/>
     <depend project="commons-jexl-1.x"/>
-    <depend project="commons-jexl"/>
+    <depend project="commons-jexl3"/>
     <depend project="commons-httpclient"/>
     <depend project="httpcomponents-core"/>
     <depend project="httpcomponents-client"/>
@@ -144,7 +144,7 @@
     <depend project="commons-io"/>
     <depend project="commons-lang"/>
     <depend project="commons-jexl-1.x"/>
-    <depend project="commons-jexl"/>
+    <depend project="commons-jexl3"/>
     <depend project="commons-httpclient"/>
     <depend project="httpcomponents-core"/>
     <depend project="httpcomponents-client"/>

Modified: gump/metadata/project/ws-commons.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-commons.xml?rev=1208330&r1=1208329&r2=1208330&view=diff
==============================================================================
--- gump/metadata/project/ws-commons.xml (original)
+++ gump/metadata/project/ws-commons.xml Wed Nov 30 08:53:39 2011
@@ -248,7 +248,7 @@
     <option project="axiom-dom"/>
     <option project="axiom-impl"/>
     <option project="commons-el"/>
-    <option project="commons-jexl"/>
+    <option project="commons-jexl3"/>
     <option project="gump-shared-axiom-parent"/>
     <option project="jaf"/>
     <option project="javamail"/>