aboutsummaryrefslogtreecommitdiffstats
path: root/ivy.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-02-08 13:46:42 +0200
committerArtur Signell <artur@vaadin.com>2013-02-25 11:36:18 +0200
commitc30c566e8130a030411c9f6d4609f6d738873d6a (patch)
tree80f22bf5bacb1d1697762442031b829366394c22 /ivy.xml
parentfbdc52551e258d938db2e230366ca0e21d35c5bc (diff)
downloadvaadin-framework-c30c566e8130a030411c9f6d4609f6d738873d6a.tar.gz
vaadin-framework-c30c566e8130a030411c9f6d4609f6d738873d6a.zip
Added Eclipse project files (#9998)
* Defines build path * Defines required Ivy containers * Defines formatter settings * Turns off Javascript nature * Turns off Javascript and HTML validation Change-Id: I9512d189dd93870be4e235481461fdffdb3610b3
Diffstat (limited to 'ivy.xml')
-rw-r--r--ivy.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/ivy.xml b/ivy.xml
deleted file mode 100644
index f2179255d4..0000000000
--- a/ivy.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE ivy-module [
- <!ENTITY server SYSTEM "server/ivy.xml">
- <!ENTITY client SYSTEM "client/ivy.xml">
- <!ENTITY clientCompiler SYSTEM "client-compiler/ivy.xml">
- <!ENTITY shared SYSTEM "shared/ivy.xml">
- <!ENTITY uitest SYSTEM "uitest/ivy.xml">
- <!ENTITY themeCompiler SYSTEM "theme-compiler/ivy.xml">
-]>
-<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">
-
- &server;
- &client;
- &clientCompiler;
- &shared;
- &uitest;
- &themeCompiler;
-
-</ivy-module> \ No newline at end of file