aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiled
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 /client-compiled
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 'client-compiled')
-rw-r--r--client-compiled/ivy.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml
deleted file mode 100644
index 2fed37467a..0000000000
--- a/client-compiled/ivy.xml
+++ /dev/null
@@ -1,32 +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-client-compiled"
- revision="${vaadin.version}" />
-
- <configurations>
- <conf name="build" />
- <conf name="build-provided" />
- <conf name="compile-module" visibility="private" />
- </configurations>
- <publications>
- <artifact type="jar" ext="jar" />
- <!-- <artifact type="source" ext="jar" m:classifier="sources" /> -->
- <!-- <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> -->
- <artifact type="pom" ext="pom" />
- <!-- cache must be a separate artifact, not within vaadin-client-compiled -->
- <!-- <artifact type="jar" name="vaadin-client-compiled-cache"/> -->
- </publications>
- <dependencies>
- <dependency org="com.vaadin" name="vaadin-server"
- rev="${vaadin.version}" conf="compile-module-> default" />
- <dependency org="com.vaadin" name="vaadin-client"
- rev="${vaadin.version}" conf="compile-module-> default" />
- <dependency org="com.vaadin" name="vaadin-client-compiler"
- rev="${vaadin.version}" conf="compile-module-> default" />
- </dependencies>
-
-</ivy-module>