diff options
author | mattinger <[email protected]> | 2006-07-06 21:53:00 +0000 |
---|---|---|
committer | mattinger <[email protected]> | 2006-07-06 21:53:00 +0000 |
commit | 1159111b7a71b72eb04326df33211e1733f7e742 (patch) | |
tree | f0a80c384f633e521649654ab78e6239cf5e0d6f /ivy-conf.xml |
Initial addition into subversion with build script changes
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/ant-contrib@5 32d7a393-a5a9-423c-abd3-5d954feb1f2f
Diffstat (limited to 'ivy-conf.xml')
-rw-r--r-- | ivy-conf.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ivy-conf.xml b/ivy-conf.xml new file mode 100644 index 0000000..1929e5f --- /dev/null +++ b/ivy-conf.xml @@ -0,0 +1,20 @@ +<ivy-conf>
+ <properties file="build.properties" />
+
+ <conf defaultResolver="default-resolver" checkUpToDate="true" />
+
+ <resolvers>
+ <filesystem name="local">
+ <ivy pattern="${ivy.conf.dir}/lib/[module]/ivy-[revision].xml" />
+ <artifact pattern="${ivy.conf.dir}/lib/[module]/[ext]s/[artifact]-[revision].[ext]" />
+ </filesystem>
+
+ <ivyrep name="ivyrep" />
+
+ <chain name="default-resolver">
+ <resolver ref="local" />
+ <resolver ref="ivyrep" />
+ </chain>
+ </resolvers>
+
+</ivy-conf>
\ No newline at end of file |