You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by je...@apache.org on 2011/02/24 10:59:02 UTC

svn commit: r1074091 - /gump/metadata/project/xml-fop.xml

Author: jeremias
Date: Thu Feb 24 09:59:02 2011
New Revision: 1074091

URL: http://svn.apache.org/viewvc?rev=1074091&view=rev
Log:
Attempt to get JUnit tasks running.

Modified:
    gump/metadata/project/xml-fop.xml

Modified: gump/metadata/project/xml-fop.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xml-fop.xml?rev=1074091&r1=1074090&r2=1074091&view=diff
==============================================================================
--- gump/metadata/project/xml-fop.xml (original)
+++ gump/metadata/project/xml-fop.xml Thu Feb 24 09:59:02 2011
@@ -49,6 +49,8 @@
     <work nested="build/classes"/>
     <!-- for EventProducerCollectorTask -->
     <work nested="build/codegen-classes"/>
+    <work nested="build/sandbox-classes"/>
+    <work nested="build/test-classes"/>
     
     <!-- Build-time-only dependencies: -->
     <!-- Retroweaver: -->
@@ -57,7 +59,10 @@
     
     <home nested="build"/>
     <jar  name="fop.jar" id="fop"/>
-
+    <jar  name="fop-sandbox.jar" id="fop-sandbox"/>
+    
+    <report nested="build/test-reports"/>
+    
     <nag from="Jeremias Maerki &lt;jeremias@apache.org&gt;" to="fop-dev@xmlgraphics.apache.org"/>
   </project>