From 0a77dae8b57a99cb5112a387b2a374c14e1fae1b Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 23 Aug 2012 10:43:24 +0300 Subject: Created separate build.xml files for each module (#9299) --- shared/build.xml | 31 +++++++++++++++++++++++++++++++ shared/ivy.xml | 22 ++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 shared/build.xml create mode 100644 shared/ivy.xml (limited to 'shared') diff --git a/shared/build.xml b/shared/build.xml new file mode 100644 index 0000000000..83dbe61b36 --- /dev/null +++ b/shared/build.xml @@ -0,0 +1,31 @@ + + + + + Compiles build helpers used when building other modules. + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shared/ivy.xml b/shared/ivy.xml new file mode 100644 index 0000000000..857ca1e859 --- /dev/null +++ b/shared/ivy.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + -- cgit v1.2.3