summaryrefslogtreecommitdiffstats
path: root/ivysettings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ivysettings.xml')
-rw-r--r--ivysettings.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/ivysettings.xml b/ivysettings.xml
new file mode 100644
index 0000000000..63d97b304c
--- /dev/null
+++ b/ivysettings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivysettings>
+ <!-- Default ivysettings.xml stuff -->
+ <include url="${ivy.default.settings.dir}/ivysettings-public.xml" />
+ <include url="${ivy.default.settings.dir}/ivysettings-shared.xml" />
+ <include url="${ivy.default.settings.dir}/ivysettings-local.xml" />
+ <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml" />
+ <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml" />
+
+ <!-- Customized stuff -->
+ <settings defaultResolver="public" />
+ <resolvers>
+ <ibiblio name="public" m2compatible="true" />
+ <dual name="custom-smartsprites">
+ <filesystem name="smartsprites-ivy">
+ <ivy pattern="${basedir}/ivymodule/[module]-ivy-[revision].xml" />
+ </filesystem>
+ <url name="smartsprites-artifact">
+ <artifact
+ pattern="http://dev.vaadin.com/svn/versions/6.8/build/smartsprites/lib/[artifact](-[revision]).[ext]" />
+ </url>
+ </dual>
+ <filesystem name="build-temp">
+ <ivy
+ pattern="${ivy.settings.dir}/result/artifacts/[revision]/[module]/ivy-[revision].xml" />
+ <artifact
+ pattern="${ivy.settings.dir}/result/artifacts/[revision]/[module]/[artifact]-[revision].[ext]" />
+ </filesystem>
+ </resolvers>
+ <modules>
+ <!-- IT Mill patched SmartSprites -->
+ <module organisation="com.carrotsearch" name="smartsprites"
+ revision="0.2.3-itmill" resolver="custom-smartsprites" />
+ <module organisation="com.vaadin" name="vaadin-buildhelpers"
+ resolver="build-temp" />
+ <module organisation="com.vaadin" name="vaadin-shared"
+ resolver="build-temp" />
+ <module organisation="com.vaadin" name="vaadin-server"
+ resolver="build-temp" />
+ <module organisation="com.vaadin" name="vaadin-client"
+ resolver="build-temp" />
+ <module organisation="com.vaadin" name="vaadin-client-compiler"
+ resolver="build-temp" />
+ <module organisation="com.vaadin" name="vaadin-theme-compiler"
+ resolver="build-temp" />
+ </modules>
+
+
+</ivysettings> \ No newline at end of file