You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ivy.xml 684B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE ivy-module [
  3. <!ENTITY server SYSTEM "server/ivy.xml">
  4. <!ENTITY client SYSTEM "client/ivy.xml">
  5. <!ENTITY clientCompiler SYSTEM "client-compiler/ivy.xml">
  6. <!ENTITY shared SYSTEM "shared/ivy.xml">
  7. <!ENTITY uitest SYSTEM "uitest/ivy.xml">
  8. <!ENTITY themeCompiler SYSTEM "theme-compiler/ivy.xml">
  9. ]>
  10. <ivy-module version="2.0"
  11. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  12. xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
  13. xmlns:m="http://ant.apache.org/ivy/maven">
  14. &server;
  15. &client;
  16. &clientCompiler;
  17. &shared;
  18. &uitest;
  19. &themeCompiler;
  20. </ivy-module>