Browse Source

Add master ivy.xml that includes all other ivy.xml files

tags/7.0.0.beta1
Leif Åstrand 11 years ago
parent
commit
9f5a1a5c2e
1 changed files with 22 additions and 0 deletions
  1. 22
    0
      ivy.xml

+ 22
- 0
ivy.xml View File

@@ -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>

Loading…
Cancel
Save