summaryrefslogtreecommitdiffstats
path: root/build/ivy/ivysettings.xml
diff options
context:
space:
mode:
authorMikael Vappula <mikael@vaadin.com>2011-11-24 15:49:46 +0200
committerMikael Vappula <mikael@vaadin.com>2011-11-24 19:44:25 +0200
commit54452425e21a518c7315ab53d129e5263147fc80 (patch)
treef859784315dce21d441921cc45f66bafe0dfd6d1 /build/ivy/ivysettings.xml
parentfbe730fa4c7b4a842161bf1576ef9e5591c73966 (diff)
downloadvaadin-framework-54452425e21a518c7315ab53d129e5263147fc80.tar.gz
vaadin-framework-54452425e21a518c7315ab53d129e5263147fc80.zip
Introduced Ivy based dependency management
Diffstat (limited to 'build/ivy/ivysettings.xml')
-rw-r--r--build/ivy/ivysettings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/build/ivy/ivysettings.xml b/build/ivy/ivysettings.xml
new file mode 100644
index 0000000000..b9f5d81a1b
--- /dev/null
+++ b/build/ivy/ivysettings.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivysettings>
+ <settings defaultResolver="public" />
+ <resolvers>
+ <ibiblio name="public" m2compatible="true"/>
+ <url name="gwt-redist">
+ <artifact pattern="http://google-web-toolkit.googlecode.com/svn/tools/redist/[organisation]/[artifact](-[revision]).[ext]" />
+ </url>
+ </resolvers>
+ <modules>
+ <!-- GWT patched Emma -->
+ <module organisation="emma" name="emma" resolver="gwt-redist"/>
+ </modules>
+</ivysettings> \ No newline at end of file