Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPierre-Arnaud Marcelot <pamarcelot@apache.org>2006-11-16 20:15:03 +0300
committerPierre-Arnaud Marcelot <pamarcelot@apache.org>2006-11-16 20:15:03 +0300
commitd9a09ecdd79ae726b30c79fce7a043bc82000b33 (patch)
tree1d27a8920a8f32259f892fdc34799f24bbc8c34e /tools
parentaa8b5b8c5bd1373bc35401c43068de58141a3713 (diff)
Importing dependencies repository and tools folder
git-svn-id: https://svn.apache.org/repos/asf/directory/sandbox/pamarcelot/ldapstudio@475822 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ivyconf.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/ivyconf.xml b/tools/ivyconf.xml
new file mode 100755
index 000000000..7022c7ae6
--- /dev/null
+++ b/tools/ivyconf.xml
@@ -0,0 +1,16 @@
+<ivyconf>
+ <conf defaultResolver="default-chain" defaultConflictManager="all" checkUpToDate="true"/>
+ <resolvers checkUpToDate="true">
+
+ <filesystem name="svn-repository" m2compatible="true" checkconsistency="true">
+ <!-- classic ivy style -->
+ <artifact pattern="${repository.dir}/[organisation]/[module]/[revision]/[artifact]-[revision].[type]" />
+ <!-- be compatible with the stupid m2 style -->
+ <artifact pattern="${repository.dir}/[organisation]/[artifact]/[revision]/[artifact]-[revision].[type]" />
+ <ivy pattern="${repository.dir}/[organisation]/[module]/[revision]/ivy.xml" />
+ </filesystem>
+ <chain name="default-chain" returnFirst="true">
+ <resolver ref="svn-repository"/>
+ </chain>
+ </resolvers>
+</ivyconf>