You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/03/26 18:00:59 UTC

svn commit: r522556 - /maven/ant-tasks/trunk/sample.build.xml

Author: jvanzyl
Date: Mon Mar 26 09:00:59 2007
New Revision: 522556

URL: http://svn.apache.org/viewvc?view=rev&rev=522556
Log:
o fixing path for test

Modified:
    maven/ant-tasks/trunk/sample.build.xml

Modified: maven/ant-tasks/trunk/sample.build.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/sample.build.xml?view=diff&rev=522556&r1=522555&r2=522556
==============================================================================
--- maven/ant-tasks/trunk/sample.build.xml (original)
+++ maven/ant-tasks/trunk/sample.build.xml Mon Mar 26 09:00:59 2007
@@ -23,7 +23,7 @@
   <target name="initTaskDefs">
     <!-- don't forget to update the version! -->
     <path id="maven.classpath">
-      <pathelement location="target/maven-artifact-ant-2.1-SNAPSHOT-dep.jar" />
+      <pathelement location="target/maven-ant-tasks-1.0-SNAPSHOT-uber.jar" />
     </path>
 
     <typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant">