aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-10 14:57:09 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-10 14:57:09 +0300
commit9f5a1a5c2e0a2b4b31d0aa356021e6376ac19b7e (patch)
treecda177b3a8e31ea297061b07575e3e5dc3b41579
parent2be77292ab17ba09ccb1dd6aec79b290905d9d1f (diff)
downloadvaadin-framework-9f5a1a5c2e0a2b4b31d0aa356021e6376ac19b7e.tar.gz
vaadin-framework-9f5a1a5c2e0a2b4b31d0aa356021e6376ac19b7e.zip
Add master ivy.xml that includes all other ivy.xml files
-rw-r--r--ivy.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/ivy.xml b/ivy.xml
new file mode 100644
index 0000000000..f2179255d4
--- /dev/null
+++ b/ivy.xml
@@ -0,0 +1,22 @@
+<?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