From 72c42cf06d1e6047d9af4e30dafdefbbf0c514f5 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 24 Nov 2014 14:21:16 +0000 Subject: [PATCH] Integrate CMS in Commons git-svn-id: https://svn.argeo.org/commons/trunk@7510 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- org.argeo.cms/pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/org.argeo.cms/pom.xml b/org.argeo.cms/pom.xml index f2a470882..5afd2a686 100644 --- a/org.argeo.cms/pom.xml +++ b/org.argeo.cms/pom.xml @@ -11,6 +11,51 @@ org.argeo.cms Argeo Content Management System jar + + + src + + + src + + ** + + + **/*.java + + + + . + + ** + + + .* + .*/** + src/** + target/** + bin/** + pom.xml + build.properties + *.bnd + *.target + + + + + + org.apache.felix + maven-bundle-plugin + + + ${project.artifactId} + <_include>bnd.bnd + + + + + + org.argeo.commons -- 2.39.2