aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/ivy.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-04-16 16:55:30 +0300
committerHenri Sara <hesara@vaadin.com>2016-04-16 16:55:30 +0300
commit606457c856120508566a2fae0bae02f2bddd8125 (patch)
treeb0c5ab48ec17c3b17ba5c0857454ce804c23caa0 /uitest/ivy.xml
parentd6134fec499e2134eb1ad1f5c6ffafcd446ddd57 (diff)
downloadvaadin-framework-606457c856120508566a2fae0bae02f2bddd8125.tar.gz
vaadin-framework-606457c856120508566a2fae0bae02f2bddd8125.zip
Clean up obsolete Ivy/Ant confs/targets
This change removes publishing related Ivy files and Ant targets etc. Further cleanup will be done in later changesets. Change-Id: Ibe430495e85a1b0f3538072a4823c627ddac2924
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r--uitest/ivy.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml
index c41887fa0b..d9533dd833 100644
--- a/uitest/ivy.xml
+++ b/uitest/ivy.xml
@@ -15,11 +15,7 @@
<conf name="build-provided" visibility="private" />
<conf name="ide" visibility="private" />
<conf name="jetty-run" visibility="private" />
- <conf name="compile-theme" visibility="private" />
</configurations>
- <publications>
- <artifact type="war" ext="war" />
- </publications>
<dependencies defaultconf="build" defaultconfmapping="build,ide->default">
<!-- API DEPENDENCIES -->
<dependency org="javax.portlet" name="portlet-api"
@@ -114,11 +110,6 @@
<dependency org="commons-lang" name="commons-lang"
rev="2.6" conf="build,ide -> default" />
- <dependency org="com.vaadin" name="vaadin-sass-compiler"
- rev="${vaadin.sass.version}" conf="compile-theme->default" />
-
- <dependency org="com.vaadin" name="vaadin-buildhelpers"
- rev="${vaadin.version}" conf="compile-theme->default" />
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit"
rev="3.5.1.201410131835-r" conf="ide,build->default">
<exclude org="org.apache.httpcomponents"></exclude>