]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add master ivy.xml that includes all other ivy.xml files
authorLeif Åstrand <leif@vaadin.com>
Mon, 10 Sep 2012 11:57:09 +0000 (14:57 +0300)
committerLeif Åstrand <leif@vaadin.com>
Mon, 10 Sep 2012 11:57:09 +0000 (14:57 +0300)
ivy.xml [new file with mode: 0644]

diff --git a/ivy.xml b/ivy.xml
new file mode 100644 (file)
index 0000000..f217925
--- /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