From: Mathieu Baudier Date: Thu, 13 Nov 2008 11:02:14 +0000 (+0000) Subject: Revert to jar packaging type X-Git-Tag: argeo-slc-2.1.7~2431 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=9105ac062b904559519b232c73a99e485d5f54f4;p=gpl%2Fargeo-slc.git Revert to jar packaging type git-svn-id: https://svn.argeo.org/slc/trunk@1810 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/org.argeo.slc.detached/.classpath b/org.argeo.slc.detached/.classpath index 0c8d72cae..c8b783048 100644 --- a/org.argeo.slc.detached/.classpath +++ b/org.argeo.slc.detached/.classpath @@ -1,8 +1,8 @@ - - - - - - - - + + + + + + + + diff --git a/org.argeo.slc.detached/pom.xml b/org.argeo.slc.detached/pom.xml index 8a945da73..c8de37848 100644 --- a/org.argeo.slc.detached/pom.xml +++ b/org.argeo.slc.detached/pom.xml @@ -1,90 +1,99 @@ - - 4.0.0 - - org.argeo.slc - argeo-slc - 0.11.1-SNAPSHOT - ../org.argeo.slc - - org.argeo.slc.detached - Argeo SLC Detached - bundle - - - - org.apache.felix - maven-bundle-plugin - 1.4.3 - true - - - src/main/resources/META-INF - - - - ${pom.artifactId} - - - org.argeo.slc.detached.Activator + + 4.0.0 + + org.argeo.slc + argeo-slc + 0.11.1-SNAPSHOT + ../org.argeo.slc + + org.argeo.slc.detached + Argeo SLC Detached + jar + + + + org.apache.felix + maven-bundle-plugin + 1.4.3 + true + + src/main/resources/META-INF + + + ${pom.artifactId} + + + org.argeo.slc.detached.Activator - - org.argeo.slc.detached.* + + org.argeo.slc.detached.* - - *, - org.springframework.beans.factory;version="2.0", - org.springframework.beans.factory.support;version="2.0", - org.springframework.beans.factory.xml;version="2.0", - org.springframework.context;version="2.0", - org.springframework.context.support;version="2.0", - org.springframework.core.io;version="2.0" + + *, + org.springframework.beans.factory;version="2.0", + org.springframework.beans.factory.support;version="2.0", + org.springframework.beans.factory.xml;version="2.0", + org.springframework.context;version="2.0", + org.springframework.context.support;version="2.0", + org.springframework.core.io;version="2.0" - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.3 - 1.3 - - - - org.apache.maven.plugins - maven-source-plugin - - - - - - org.apache.felix - org.osgi.core - + <_removeheaders>Bnd-LastModified + + + + + bundle-manifest + process-classes + + manifest + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.3 + 1.3 + + + + org.apache.maven.plugins + maven-source-plugin + + + + + + org.apache.felix + org.osgi.core + - - org.springframework - spring-context - + + org.springframework + spring-context + - - xerces - xercesImpl - + + xerces + xercesImpl + - - commons-io - commons-io - + + commons-io + commons-io + - - junit - junit - test - - - log4j - log4j - - + + junit + junit + test + + + log4j + log4j + + \ No newline at end of file