From a9706c79dfdbb3f9f6a9edcc84d09f375dacfd41 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 6 Sep 2012 11:21:25 +0300 Subject: Build a zip file containing all jars + dependencies (#9299) --- all/build.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ all/ivy.xml | 37 +++++++++++++++++++++++++++++++++++++ common.xml | 4 +++- publish.xml | 5 ++--- 4 files changed, 96 insertions(+), 4 deletions(-) create mode 100644 all/build.xml create mode 100644 all/ivy.xml diff --git a/all/build.xml b/all/build.xml new file mode 100644 index 0000000000..4e0b2293a9 --- /dev/null +++ b/all/build.xml @@ -0,0 +1,54 @@ + + + + + Compiles a zip containing all jars + dependencies + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/all/ivy.xml b/all/ivy.xml new file mode 100644 index 0000000000..93ca988d45 --- /dev/null +++ b/all/ivy.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common.xml b/common.xml index 9a16f7f5fd..1bfe2736af 100644 --- a/common.xml +++ b/common.xml @@ -4,6 +4,8 @@ + + @@ -179,7 +181,7 @@ - + diff --git a/publish.xml b/publish.xml index 6e672f62a4..0e536d4953 100644 --- a/publish.xml +++ b/publish.xml @@ -5,11 +5,10 @@ - - + + - -- cgit v1.2.3