diff options
author | Henri Sara <hesara@vaadin.com> | 2016-04-02 14:34:05 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-04-02 14:44:21 +0300 |
commit | c2afd4339ae1c8158171da93744abc2c27e2cbf4 (patch) | |
tree | 07f616efefffd549ed64a9b907dd5d359479700a /client | |
parent | 009efc50ec48ad97f991ba1e65424c05c6b3b1fb (diff) | |
download | vaadin-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')
-rw-r--r-- | client/ivy.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/client/ivy.xml b/client/ivy.xml deleted file mode 100644 index e612b6786d..0000000000 --- a/client/ivy.xml +++ /dev/null @@ -1,21 +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" - revision="${vaadin.version}" /> - - <configurations> - <conf name="ide" visibility="private" /> - </configurations> - <dependencies defaultconf="build" defaultconfmapping="ide->default"> - - <!-- Testing dependencies --> - <dependency org="org.easymock" name="easymock" rev="3.0" - conf="ide-> default" /> - - </dependencies> - -</ivy-module> |