summaryrefslogtreecommitdiffstats
path: root/buildhelpers
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-04-02 14:34:05 +0300
committerHenri Sara <hesara@vaadin.com>2016-04-02 14:44:21 +0300
commitc2afd4339ae1c8158171da93744abc2c27e2cbf4 (patch)
tree07f616efefffd549ed64a9b907dd5d359479700a /buildhelpers
parent009efc50ec48ad97f991ba1e65424c05c6b3b1fb (diff)
downloadvaadin-framework-c2afd4339ae1c8158171da93744abc2c27e2cbf4.tar.gz
vaadin-framework-c2afd4339ae1c8158171da93744abc2c27e2cbf4.zip
Remove most Ivy files
Consolidate Ivy dependencies for Eclipse and ide.xml in one location and remove redundant ivy.xml files. This also fixes some theme and resource paths in ide.xml but does not fully fix test theme compilation. Change-Id: If44c73d7f85d02ebef379aa306e6e284fe7446c1
Diffstat (limited to 'buildhelpers')
-rw-r--r--buildhelpers/ivy.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml
deleted file mode 100644
index 8053328b54..0000000000
--- a/buildhelpers/ivy.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ivy-module version="2.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
- xmlns:m="http://ant.apache.org/ivy/maven">
-
- <info organisation="com.vaadin" module="vaadin-buildhelpers"
- revision="${vaadin.version}">
- <license name="Apache Software License 2.0"
- url="http://www.apache.org/licenses/LICENSE-2.0" />
- <ivyauthor name="Vaadin Ltd" url="http://vaadin.com" />
- <description homepage="http://vaadin.com">
- Vaadin is a web application
- framework for Rich Internet Applications (RIA).
- </description>
- </info>
- <configurations>
- <conf name="build" />
- <conf name="build-provided" />
- <conf name="ide" visibility="private" />
- </configurations>
- <publications>
- <artifact type="jar" />
- </publications>
- <dependencies>
- <!-- client-compiler, server and uitest also use commons-io -->
- <dependency org="commons-io" name="commons-io" rev="${commons-io.version}" />
- <dependency org="commons-cli" name="commons-cli" rev="1.2" />
- <dependency org="com.vaadin" name="vaadin-sass-compiler"
- rev="${vaadin.sass.version}" />
-
- <!-- Internally used, for now -->
- <dependency org="com.carrotsearch" name="smartsprites"
- rev="0.2.10" />
- </dependencies>
-
-</ivy-module>