Changeset 579

Show
Ignore:
Timestamp:
07/17/10 20:24:41 (8 weeks ago)
Author:
jboudart
Message:

Simplifying module.ivy file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tasks/mavenivy-adapters/module.ivy

    r499 r579  
    22        <info organisation="org.apache.easyant.tasks" module="mavenivy-adapters" 
    33                        status="integration" revision="0.1"> 
    4                 <!-- 
    5                         This easyant section is equivalent to having a module.ant like this: 
    6  
    7                         <project name="org.apache.easyant.tasks;mavenivy-adapters" 
    8                                 xmlns:ea="antlib:org.apache.easyant"> 
    9  
    10                                 <ea:import organisation="org.apache.easyant.buildtypes" module="build-std-java" revision="0.2"/> 
    11                         </project> 
    12                   --> 
    13                 <!-- note that in a module.ivy the organisation attribute is not mandatory 
    14                         if not specified easyant will use the default organisation for build type / plugin --> 
    15                 <ea:build organisation="org.apache.easyant.buildtypes" module="build-std-java" revision="0.2"> 
    16                         <ea:property name="retrieve.dependencies" value="true"/> 
     4                <ea:build module="build-std-java" revision="0.2"> 
     5                        <ea:property name="project.ivy.instance" value="easyant.ivy.instance"/> 
     6                        <ea:property name="shared.resolver" value="easyant-shared-modules"/> 
     7                        <ea:property name="local.resolver" value="easyant-shared-modules"/> 
    178                </ea:build> 
    189        </info> 
     
    2415        </configurations> 
    2516        <dependencies> 
    26                 <dependency org="org.apache.maven" name="maven-ant-tasks" rev="2.1.0" conf="default"> 
     17                <dependency org="org.apache.maven" name="maven-ant-tasks" rev="2.1.0" conf="default->default"> 
    2718                        <exclude org="ant" module="ant"/> 
    2819                </dependency>