Changeset 1384
- Timestamp:
- 04/01/09 19:55:35 (3 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 removed
- 2 modified
-
build.xml (modified) (1 diff)
-
config/ivyconf.xml (modified) (2 diffs)
-
lib/ivy/ivy-2.0.0-beta2.jar (deleted)
-
lib/ivy/ivy-2.0.0.jar (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r1358 r1384 287 287 <typedef resource="fr/jayasoft/ivy/ant/antlib.xml"> 288 288 <classpath> 289 <pathelement location="${base.dir}/lib/ivy/ivy-2.0.0 -beta2.jar"/>289 <pathelement location="${base.dir}/lib/ivy/ivy-2.0.0.jar"/> 290 290 </classpath> 291 291 </typedef> -
trunk/config/ivyconf.xml
r1011 r1384 1 1 <ivysettings> 2 <settings defaultResolver=" default-resolver"/>2 <settings defaultResolver="fawkez-resolver"/> 3 3 <resolvers> 4 <chain name=" default-resolver" returnFirst="true">5 <filesystem name="local-libraries">4 <chain name="fawkez-resolver" returnFirst="true"> 5 <filesystem name="local-libraries"> 6 6 <artifact pattern="${local.artifact.root}/[module]/[artifact].[ext]" /> 7 7 </filesystem> … … 15 15 <artifact pattern="${base.dir}/lib/[module]/[artifact]-[revision].[ext]" /> 16 16 </filesystem> 17 <!-- <ibiblio name="sun-maven" m2compatible="false"18 usepoms="true"19 root="http://download.java.net/maven/1/"/>20 <ibiblio name="sun-maven" m2compatible="true"21 root="http://download.java.net/maven/2/"/>22 -->23 17 <ibiblio name="ibiblio-maven2" m2compatible="true"/> 24 18 </chain>
