From e70ba25c2d1a43dccd43e6ece8f7c126355332c0 Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Fri, 11 Oct 2013 15:41:49 +0300 Subject: [PATCH] Added liferay module for building liferay.zip #12748 Change-Id: I16c7ba25387b3e1ad9a56e800c49755306b44890 --- ivysettings.xml | 2 ++ liferay/build.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++++ liferay/ivy.xml | 30 ++++++++++++++++++++ 3 files changed, 104 insertions(+) create mode 100644 liferay/build.xml create mode 100644 liferay/ivy.xml diff --git a/ivysettings.xml b/ivysettings.xml index e18b2233d1..7112bbf217 100644 --- a/ivysettings.xml +++ b/ivysettings.xml @@ -45,6 +45,8 @@ resolver="build-temp" /> + diff --git a/liferay/build.xml b/liferay/build.xml new file mode 100644 index 0000000000..a13cb37366 --- /dev/null +++ b/liferay/build.xml @@ -0,0 +1,72 @@ + + + + + Builds the Liferay ZIP archive + + + + + + + + + + + + + + + + + + + Retriving prebuilt jars + + + + + + + + Unpacking jars into working directory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Building Liferay zip + + + + + + + + + + \ No newline at end of file diff --git a/liferay/ivy.xml b/liferay/ivy.xml new file mode 100644 index 0000000000..fb6d152e15 --- /dev/null +++ b/liferay/ivy.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5