You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by bo...@apache.org on 2009/03/13 05:44:44 UTC

svn commit: r753104 - /incubator/rat/main/trunk/apache-rat-tasks/run-antunit.xml

Author: bodewig
Date: Fri Mar 13 04:44:43 2009
New Revision: 753104

URL: http://svn.apache.org/viewvc?rev=753104&view=rev
Log:
fix path

Modified:
    incubator/rat/main/trunk/apache-rat-tasks/run-antunit.xml

Modified: incubator/rat/main/trunk/apache-rat-tasks/run-antunit.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-tasks/run-antunit.xml?rev=753104&r1=753103&r2=753104&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-tasks/run-antunit.xml (original)
+++ incubator/rat/main/trunk/apache-rat-tasks/run-antunit.xml Fri Mar 13 04:44:43 2009
@@ -26,7 +26,7 @@
     <property name="jar.name" location="target/classes"/>
     <path id="test-classpath">
       <pathelement location="${jar.name}"/>
-      <pathelement location="../rat-core/target/classes"/>
+      <pathelement location="../apache-rat-core/target/classes"/>
       <pathelement location="target/test-classes"/>
       <pathelement location="${user.home}/.m2/repository/org/apache/ant/ant-antunit/1.1/ant-antunit-1.1.jar"/>
       <pathelement location="${user.home}/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar"/>