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 jl...@apache.org on 2012/10/29 08:03:48 UTC

svn commit: r1403187 - in /incubator/easyant/core/trunk/example/example-multimodule: example-core/module.ivy parent.ivy

Author: jlboudart
Date: Mon Oct 29 08:03:47 2012
New Revision: 1403187

URL: http://svn.apache.org/viewvc?rev=1403187&view=rev
Log:
Fix example multimodule parent

Modified:
    incubator/easyant/core/trunk/example/example-multimodule/example-core/module.ivy
    incubator/easyant/core/trunk/example/example-multimodule/parent.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=1403187&r1=1403186&r2=1403187&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 Mon Oct 29 08:03:47 2012
@@ -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-multimodule" revision="0.2" />
+        <extends organisation="org.apache.easyant" module="example-parent" revision="0.2" />
         <!--
             This easyant section is equivalent to having a module.ant like this:
                 

Modified: incubator/easyant/core/trunk/example/example-multimodule/parent.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/example-multimodule/parent.ivy?rev=1403187&r1=1403186&r2=1403187&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/example-multimodule/parent.ivy (original)
+++ incubator/easyant/core/trunk/example/example-multimodule/parent.ivy Mon Oct 29 08:03:47 2012
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
-    <info organisation="org.apache.easyant" module="example-multimodule" revision="0.2" status="integration" >
+    <info organisation="org.apache.easyant" module="example-parent" revision="0.2" status="integration" >
         <description>
             This example show you how to use module inheritance to share common stuff between modules
         </description>