You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2012/07/30 19:07:00 UTC

svn commit: r1367177 - /ant/ivy/ivyde/trunk/test/workspaceresolver-lib/ivy.xml

Author: hibou
Date: Mon Jul 30 17:06:59 2012
New Revision: 1367177

URL: http://svn.apache.org/viewvc?rev=1367177&view=rev
Log:
fix the name and so the test

Modified:
    ant/ivy/ivyde/trunk/test/workspaceresolver-lib/ivy.xml

Modified: ant/ivy/ivyde/trunk/test/workspaceresolver-lib/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/workspaceresolver-lib/ivy.xml?rev=1367177&r1=1367176&r2=1367177&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/workspaceresolver-lib/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/workspaceresolver-lib/ivy.xml Mon Jul 30 17:06:59 2012
@@ -17,7 +17,7 @@
    under the License.    
 -->
 <ivy-module version="1.0">
-    <info organisation="org.apache.ivyde" module="ivytest-workspaceresolver-lib">
+    <info organisation="org.apache.ivyde" module="ivydetest-workspaceresolver-lib">
         <description>
             Project using the resolve in workspace feature
         </description>
@@ -26,6 +26,6 @@
         <conf name="default" />
     </configurations>
     <dependencies>
-        <dependency org="org.apache.ivyde" name="ivytest-workspaceresolver-common" rev="latest.integration" conf="default" />
+        <dependency org="org.apache.ivyde" name="ivydetest-workspaceresolver-common" rev="latest.integration" conf="default" />
     </dependencies>
 </ivy-module>