From: Mathieu Baudier Date: Fri, 18 Sep 2009 15:18:49 +0000 (+0000) Subject: Introduce Server OSGi X-Git-Tag: argeo-commons-2.1.30~1786 X-Git-Url: http://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=c6f29e0b287f3c8deada3b3c548b3fe554546938 Introduce Server OSGi git-svn-id: https://svn.argeo.org/commons/trunk@2967 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/server/runtime/org.argeo.server.osgi/pom.xml b/server/runtime/org.argeo.server.osgi/pom.xml new file mode 100644 index 000000000..f9bc4319c --- /dev/null +++ b/server/runtime/org.argeo.server.osgi/pom.xml @@ -0,0 +1,66 @@ + + 4.0.0 + + org.argeo.commons.server + runtime + 0.1.1-SNAPSHOT + .. + + org.argeo.server.osgi + Commons Server OSGi + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.felix + maven-bundle-plugin + ${version.maven-bundle-plugin} + + + + org.argeo.server.* + + + + + + + + + + org.apache.commons + com.springsource.org.apache.commons.io + + + + + org.springframework + org.springframework.web.servlet + + + + + javax.servlet + com.springsource.javax.servlet + + + + + org.slf4j + com.springsource.slf4j.org.apache.commons.logging + + + +