You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2009/02/27 15:27:22 UTC

svn commit: r748539 - /incubator/rat/main/trunk/apache-rat-tasks/src/test/resources/antunit/report-normal-operation.xml

Author: rdonkin
Date: Fri Feb 27 14:27:22 2009
New Revision: 748539

URL: http://svn.apache.org/viewvc?rev=748539&view=rev
Log:
Create test output in target RAT-38 https://issues.apache.org/jira/browse/RAT-38

Modified:
    incubator/rat/main/trunk/apache-rat-tasks/src/test/resources/antunit/report-normal-operation.xml

Modified: incubator/rat/main/trunk/apache-rat-tasks/src/test/resources/antunit/report-normal-operation.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-tasks/src/test/resources/antunit/report-normal-operation.xml?rev=748539&r1=748538&r2=748539&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-tasks/src/test/resources/antunit/report-normal-operation.xml (original)
+++ incubator/rat/main/trunk/apache-rat-tasks/src/test/resources/antunit/report-normal-operation.xml Fri Feb 27 14:27:22 2009
@@ -25,7 +25,7 @@
   	xmlns:au="antlib:org.apache.ant.antunit"
   	xmlns:rat="antlib:org.apache.rat.anttasks">
 
-  <property name="output.dir" location="testoutput"/>
+  <property name="output.dir" location="../../../../target/testoutput"/>
   <mkdir dir="${output.dir}/dest"/>
   <path id="all-classes-needed-for-tests">
     <pathelement location="${jar.name}" />