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 2010/06/29 10:20:01 UTC

svn commit: r958868 - /gump/metadata/project/commons-jelly.xml

Author: bodewig
Date: Tue Jun 29 08:20:01 2010
New Revision: 958868

URL: http://svn.apache.org/viewvc?rev=958868&view=rev
Log:
help maven find Xalan - and don't run the tests if the build fails

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

Modified: gump/metadata/project/commons-jelly.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-jelly.xml?rev=958868&r1=958867&r2=958868&view=diff
==============================================================================
--- gump/metadata/project/commons-jelly.xml (original)
+++ gump/metadata/project/commons-jelly.xml Tue Jun 29 08:20:01 2010
@@ -454,6 +454,7 @@
       
       <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
       <property project="commons-jexl-1.x" name="maven.jar.commons-jexl" reference="jarpath" />
+      <property project="xalan" name="maven.jar.xalan" reference="jarpath" id="xalan-unbundled"/>
     </maven>
 
     <depend project="commons-beanutils" />
@@ -493,6 +494,7 @@
     <depend project="commons-collections" />
     <depend project="commons-jelly" />
     <depend project="commons-jelly-tags-junit" />
+    <depend project="commons-jelly-tags-xml" />
     <depend project="commons-jexl-1.x" />
     <depend project="commons-logging" />
     <depend project="dom4j" />