From e21e644239dc87e64f692d526e52828d7cbdb33d Mon Sep 17 00:00:00 2001 From: mbaudier Date: Fri, 29 Aug 2014 15:42:40 +0200 Subject: [PATCH] Argeo TP v2.1.2 - JCR - Junit - Commons IO - Commons Fileupload --- META-INF/MANIFEST.MF | 6 +- META-INF/spring/distribution.xml | 7 +- .../spring/org.argeo.tp.apache.commons.xml | 66 +++++++++++++++++++ META-INF/spring/org.argeo.tp.javax.xml | 4 ++ .../spring/org.argeo.tp.spring.security.xml | 39 +++++++++++ META-INF/spring/org.argeo.tp.xml | 7 ++ 6 files changed, 125 insertions(+), 4 deletions(-) create mode 100644 META-INF/spring/org.argeo.tp.apache.commons.xml create mode 100644 META-INF/spring/org.argeo.tp.spring.security.xml diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index efd1687..f7dfbf7 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 -Bnd-LastModified: 1401865871630 -Build-Jdk: 1.6.0_30 +Bnd-LastModified: 1409307022380 +Build-Jdk: 1.7.0_65 Built-By: mbaudier Bundle-Description: SLC execution modules for generic tasks, to be used as parent pom @@ -11,7 +11,7 @@ Bundle-Name: Argeo Distribution Factory Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-SymbolicName: org.argeo.tp.slc.factory Bundle-Vendor: Argeo -Bundle-Version: 1.1.19.SNAPSHOT-r140604_0911 +Bundle-Version: 1.1.19.SNAPSHOT-r140829_1210 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 diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index bcb1745..56ea078 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -10,16 +10,19 @@ - + + + + @@ -32,6 +35,8 @@ + + diff --git a/META-INF/spring/org.argeo.tp.apache.commons.xml b/META-INF/spring/org.argeo.tp.apache.commons.xml new file mode 100644 index 0000000..d935ed3 --- /dev/null +++ b/META-INF/spring/org.argeo.tp.apache.commons.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/META-INF/spring/org.argeo.tp.javax.xml b/META-INF/spring/org.argeo.tp.javax.xml index 1fc9ecd..876cd57 100644 --- a/META-INF/spring/org.argeo.tp.javax.xml +++ b/META-INF/spring/org.argeo.tp.javax.xml @@ -17,6 +17,10 @@ p:version="1.0.0" p:groupId="org.argeo.tp.javax" p:sourceCoords="javax.inject:javax.inject:1" parent="template.mavenWrapper" /> + + diff --git a/META-INF/spring/org.argeo.tp.spring.security.xml b/META-INF/spring/org.argeo.tp.spring.security.xml new file mode 100644 index 0000000..6538977 --- /dev/null +++ b/META-INF/spring/org.argeo.tp.spring.security.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/META-INF/spring/org.argeo.tp.xml b/META-INF/spring/org.argeo.tp.xml index 8d81990..2b325a5 100644 --- a/META-INF/spring/org.argeo.tp.xml +++ b/META-INF/spring/org.argeo.tp.xml @@ -45,6 +45,13 @@ + + + + + + -- 2.30.2