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/04/08 06:09:53 UTC

svn commit: r762663 - /gump/metadata/project/commons-proper.xml

Author: bodewig
Date: Tue Apr  7 09:33:52 2009
New Revision: 762663

URL: http://svn.apache.org/viewvc?rev=762663&view=rev
Log:
make test reports available for VFS build

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

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=762663&r1=762662&r2=762663&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Tue Apr  7 09:33:52 2009
@@ -917,13 +917,14 @@
 
     <home nested="vfs/core/target"/>
     <jar name="commons-vfs-2.0-SNAPSHOT.jar"/>
-    <javadoc module="commons-sandbox" nested="target/docs/apidocs"/>
+    <junitreport nested="vfs/core/target/surefire-reports"/>
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>
   
   <project name="commons-vfs-test">
     <mvn basedir="vfs" goal="package"/>
     <depend project="commons-vfs"/>
+    <junitreport nested="vfs/core/target/surefire-reports"/>
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>