From 07c5218be139107a564491388390af16b0208c15 Mon Sep 17 00:00:00 2001 From: mbaudier Date: Mon, 19 Aug 2013 17:09:29 +0200 Subject: [PATCH] Adapt to changes in SLC --- META-INF/MANIFEST.MF | 37 ++++++++---------- META-INF/spring/distribution.xml | 66 ++++++++++++++++++++++++++++++++ META-INF/spring/osgi.xml | 7 ++++ pom.xml | 2 +- 4 files changed, 90 insertions(+), 22 deletions(-) create mode 100644 META-INF/spring/distribution.xml diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 0be0eec..11892b2 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 -Bnd-LastModified: 1366639430467 -Build-Jdk: 1.6.0_24 +Bnd-LastModified: 1376923329338 +Build-Jdk: 1.7.0_25 Built-By: mbaudier Bundle-Description: SLC execution modules for generic tasks, to be used as parent pom @@ -11,26 +11,21 @@ Bundle-Name: Argeo Distribution Factory Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-SymbolicName: org.argeo.tp.slc.factory Bundle-Vendor: Argeo -Bundle-Version: 1.1.12.r130422_1603 +Bundle-Version: 1.1.14.SNAPSHOT-r130819_1642 Created-By: Apache Maven Bundle Plugin -Import-Package: com.jcraft.jsch;resolution:=optional, - javax.jcr;version="[2.0,3)", - net.sf.cglib.core;version="[2.1,3)", - net.sf.cglib.proxy;version="[2.1,3)", - net.sf.cglib.reflect;version="[2.1,3)", - org.aopalliance.aop;version="[1.0,2)", - org.apache.commons.exec;version="[1.0,2)";resolution:=optional, - org.argeo.slc.core.execution;version="[1.1,2)", - org.argeo.slc.core.execution.tasks;version="[1.1,2)", - org.argeo.slc.execution;version="[1.1,2)", - org.argeo.slc.osgi;version="[1.1,2)", - org.argeo.slc.repo.osgi, - org.argeo.slc.test;version="[1.1,2)", - org.springframework.aop;version="[2.5,3)", - org.springframework.aop.framework;version="[2.5,3)", - org.springframework.aop.scope;version="[2.5,3)", - org.springframework.beans.factory.config;version="[2.5,3)", - org.springframework.core.io;version="[2.5,3)" +Import-Package: com.jcraft.jsch;resolution:=optional,javax.jcr;version=" + [2.0,3)",net.sf.cglib.core;version="[2.1,3)",net.sf.cglib.proxy;version + ="[2.1,3)",net.sf.cglib.reflect;version="[2.1,3)",org.aopalliance.aop;v + ersion="[1.0,2)",org.apache.commons.exec;resolution:=optional;version=" + [1.0,2)",org.argeo.security.core;version="[1.2,2)",org.argeo.slc.core.e + xecution;version="[1.1,2)",org.argeo.slc.core.execution.tasks;version=" + [1.1,2)",org.argeo.slc.execution;version="[1.1,2)",org.argeo.slc.osgi;v + ersion="[1.1,2)",org.argeo.slc.repo,org.argeo.slc.repo.osgi,org.argeo.s + lc.test;version="[1.1,2)",org.springframework.aop;version="[2.5,3)",org + .springframework.aop.framework;version="[2.5,3)",org.springframework.ao + p.scope;version="[2.5,3)",org.springframework.beans.factory.config;vers + ion="[2.5,3)",org.springframework.core.io;version="[2.5,3)",org.springf + ramework.security;version="[2.0,3)" SLC-ExecutionModule: default SLC-GroupId: org.argeo.tp.slc Tool: Bnd-1.50.0 diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml new file mode 100644 index 0000000..64d3f44 --- /dev/null +++ b/META-INF/spring/distribution.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + osgiFactory + + + + + \ No newline at end of file diff --git a/META-INF/spring/osgi.xml b/META-INF/spring/osgi.xml index a15fe03..abd3838 100644 --- a/META-INF/spring/osgi.xml +++ b/META-INF/spring/osgi.xml @@ -9,7 +9,14 @@ + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 6534551..b15940d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.argeo.slc lib - 1.1.12 + 1.1.14-SNAPSHOT org.argeo.tp.slc org.argeo.tp.slc.factory -- 2.30.2