diff options
Diffstat (limited to 'ivy.xml')
-rw-r--r-- | ivy.xml | 22 |
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 |