From 858884151c84ffe228f293ae1652a50190b13022 Mon Sep 17 00:00:00 2001 From: Mika Koivisto Date: Mon, 29 Jul 2013 15:40:59 -0700 Subject: [PATCH] LPS-38337 Add missing portal-pacl and util-slf4j artifacts --- build-maven.xml | 12 +++++++++++ tools/maven/build.xml | 20 ++++++++++++++++++ tools/maven/portal-pacl.xml | 41 +++++++++++++++++++++++++++++++++++++ tools/maven/util-slf4j.xml | 23 +++++++++++++++++++++ 4 files changed, 96 insertions(+) create mode 100644 tools/maven/portal-pacl.xml create mode 100644 tools/maven/util-slf4j.xml diff --git a/build-maven.xml b/build-maven.xml index 630b1662cb0358..fb69933da23c84 100644 --- a/build-maven.xml +++ b/build-maven.xml @@ -93,20 +93,24 @@ for GPG setup instructions. + + + + @@ -165,6 +169,10 @@ Run "ant -f build-dist.xml all zip-portal-war" to generate that file. dir="portal-impl" includes="portal-impl.jar,portal-impl-javadoc.jar,portal-impl-sources.jar" /> + + + + + + + @@ -76,6 +81,11 @@ + + + + + @@ -228,6 +238,11 @@ + + + + + @@ -258,6 +273,11 @@ + + + + + diff --git a/tools/maven/portal-pacl.xml b/tools/maven/portal-pacl.xml new file mode 100644 index 00000000000000..eb0cee4ecc0d63 --- /dev/null +++ b/tools/maven/portal-pacl.xml @@ -0,0 +1,41 @@ + + + + 4.0.0 + + com.liferay.portal + portal-parent + @version@ + + com.liferay.portal + portal-pacl + Liferay Portal PACL + @version@ + Contains implementation for the portal security manager. + + + com.liferay.portal + portal-impl + @version@ + provided + + + com.liferay.portal + portal-service + @version@ + provided + + + com.liferay.portal + util-bridges + @version@ + provided + + + com.liferay.portal + util-java + @version@ + provided + + + \ No newline at end of file diff --git a/tools/maven/util-slf4j.xml b/tools/maven/util-slf4j.xml new file mode 100644 index 00000000000000..113619434d1bbb --- /dev/null +++ b/tools/maven/util-slf4j.xml @@ -0,0 +1,23 @@ + + + + 4.0.0 + + com.liferay.portal + portal-parent + @version@ + + com.liferay.portal + util-slf4j + Liferay Util SLF4J + @version@ + Contains Liferay SLF4J Binding. Classes are loaded separately for each plugin. + + + com.liferay.portal + portal-service + @version@ + provided + + + \ No newline at end of file