| 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"/> |