diff options
author | Artur Signell <artur@vaadin.com> | 2013-06-13 15:18:36 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-06-13 15:42:45 +0000 |
commit | f2b2ce967d4835afeadc38af346609e16261f4fb (patch) | |
tree | 2efec99c19c7ee26d9b13626852983f41271dcda /ivysettings.xml | |
parent | 53e3a25840acd79b51475137cd9615d52b5684cd (diff) | |
download | vaadin-framework-f2b2ce967d4835afeadc38af346609e16261f4fb.tar.gz vaadin-framework-f2b2ce967d4835afeadc38af346609e16261f4fb.zip |
Updated to Smartsprites 0.2.10 (#12069)
Change-Id: Ice1ef6a6ac837f0ef07b65de1bd46c3a4427780c
Diffstat (limited to 'ivysettings.xml')
-rw-r--r-- | ivysettings.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ivysettings.xml b/ivysettings.xml index 6c230b9fd8..3db0a8a06d 100644 --- a/ivysettings.xml +++ b/ivysettings.xml @@ -15,16 +15,6 @@ <artifact pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> </filesystem> - <dual name="custom-smartsprites"> - <url name="smartsprites-ivy"> - <ivy - pattern="http://vaadin.com/download/external/[module]-ivy-[revision].xml" /> - </url> - <url name="smartsprites-artifact"> - <artifact - pattern="http://vaadin.com/download/external/[artifact](-[revision]).[ext]" /> - </url> - </dual> <filesystem name="build-temp"> <ivy pattern="${ivy.settings.dir}/result/artifacts/[revision]/[module]/ivy-[revision].xml" /> @@ -33,9 +23,6 @@ </filesystem> </resolvers> <modules> - <!-- Custom SmartSprites until 0.2.10 is released --> - <module organisation="com.carrotsearch" name="smartsprites" - revision="0.2.10-vaadin" resolver="custom-smartsprites" /> <module organisation="com.vaadin" name="vaadin-buildhelpers" resolver="build-temp" /> <module organisation="com.vaadin" name="vaadin-shared" |