You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ni...@apache.org on 2009/12/01 20:50:31 UTC

svn commit: r885896 - /gump/metadata/project/commons-jexl-1.x.xml

Author: niallp
Date: Tue Dec  1 19:50:31 2009
New Revision: 885896

URL: http://svn.apache.org/viewvc?rev=885896&view=rev
Log:
Fix output directory for jar

Modified:
    gump/metadata/project/commons-jexl-1.x.xml

Modified: gump/metadata/project/commons-jexl-1.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-jexl-1.x.xml?rev=885896&r1=885895&r2=885896&view=diff
==============================================================================
--- gump/metadata/project/commons-jexl-1.x.xml (original)
+++ gump/metadata/project/commons-jexl-1.x.xml Tue Dec  1 19:50:31 2009
@@ -27,7 +27,7 @@
   <project name="commons-jexl-1.x" groupId="commons-jexl">
     <package>org.apache.commons.jexl</package>
     <description>Commons Jexl 1.x</description>
-    <jar name="jexl/target/commons-jexl-1.1.1-SNAPSHOT.jar" />
+    <jar name="target/commons-jexl-1.1.1-SNAPSHOT.jar" />
     <option project="ant"/>
     <option project="commons-beanutils"/>
     <option project="commons-collections"/>