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 2009/09/17 15:21:59 UTC

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

Author: bodewig
Date: Thu Sep 17 13:21:59 2009
New Revision: 816178

URL: http://svn.apache.org/viewvc?rev=816178&view=rev
Log:
tests shouldn't run if jelly doesn't build in the first place (and they better don't run before jelly gets built either)

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=816178&r1=816177&r2=816178&view=diff
==============================================================================
--- gump/metadata/project/commons-jelly.xml (original)
+++ gump/metadata/project/commons-jelly.xml Thu Sep 17 13:21:59 2009
@@ -79,25 +79,7 @@
       <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath"/>
     </maven>
 
-    <depend project="commons-beanutils" runtime="true" />
-    <depend project="commons-cli" />
-    <depend project="commons-collections" runtime="true" />
-    <depend project="commons-discovery" />
-    <depend project="commons-jexl" />
-    <depend project="commons-lang3" runtime="true" />
-    <depend project="commons-logging" runtime="true" />
-    <depend project="dom4j" />
-    <depend project="forehead" />
-    <depend project="jakarta-servletapi-5-servlet" />
-    <depend project="jakarta-taglibs-standard" ids="jstl" />
-    <depend project="jaxen" />
-    <depend project="junit" />
-    <depend project="xml-apis" />
-    <depend project="xml-xerces" />
-
-    <home nested="." />
-
-    <javadoc nested="target/docs/apidocs" />
+    <depend project="commons-jelly" inherit="all"/>
 
     <junitreport nested="./target/test-reports" />