You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by kp...@apache.org on 2011/03/24 12:06:36 UTC

svn commit: r1084925 - /incubator/easyant/core/trunk/example/example-multimodule/example-core/module.ivy

Author: kpsiddharth
Date: Thu Mar 24 12:06:36 2011
New Revision: 1084925

URL: http://svn.apache.org/viewvc?rev=1084925&view=rev
Log:
EASYANT-22: Made changes to the parent module name and revision to reflect correct values.

Modified:
    incubator/easyant/core/trunk/example/example-multimodule/example-core/module.ivy

Modified: incubator/easyant/core/trunk/example/example-multimodule/example-core/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/example-multimodule/example-core/module.ivy?rev=1084925&r1=1084924&r2=1084925&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/example-multimodule/example-core/module.ivy (original)
+++ incubator/easyant/core/trunk/example/example-multimodule/example-core/module.ivy Thu Mar 24 12:06:36 2011
@@ -17,7 +17,7 @@
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
     <info organisation="org.apache.easyant" module="example-core" revision="0.2" status="integration" >
         <!-- inherit from parent -->
-        <extends organisation="org.apache.easyant" module="example-parent" revision="latest.revision" />
+        <extends organisation="org.apache.easyant" module="example-multimodule" revision="0.2" />
         <!--
             This easyant section is equivalent to having a module.ant like this: