From cf4717d65e6ac8b8daece80e22a6373ced0e816c Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Fri, 9 Jan 2015 21:05:52 +0100 Subject: [PATCH] Rename using new conventions. --- .project | 2 +- META-INF/MANIFEST.MF | 12 ++++++------ bin/argeo-tp-factory.properties | 2 +- pom.xml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.project b/.project index 3dd4b4a..9b8329f 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - org.argeo.tp.slc.factory + org.argeo.tp.factory.core diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 83cb09c..054dff2 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -1,17 +1,17 @@ Manifest-Version: 1.0 -Bnd-LastModified: 1420633923527 +Bnd-LastModified: 1420832911344 Build-Jdk: 1.6.0_33 -Built-By: mbaudier +Built-By: bsinou Bundle-Description: SLC execution modules for generic tasks, to be used as parent pom Bundle-DocURL: http://www.argeo.org Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-ManifestVersion: 2 -Bundle-Name: Argeo Distribution Factory +Bundle-Name: Argeo Factory For Base Third Parties Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Bundle-SymbolicName: org.argeo.tp.slc.factory +Bundle-SymbolicName: org.argeo.tp.factory.core Bundle-Vendor: Argeo -Bundle-Version: 1.1.19.r150107_1331 +Bundle-Version: 1.1.19.r150109_2048 Created-By: Apache Maven Bundle Plugin Import-Package: javax.jcr;version="[2.0,3)",javax.security.auth.callback ;resolution:=optional,net.sf.cglib.core;version="[2.1,3)",net.sf.cglib. @@ -27,5 +27,5 @@ Import-Package: javax.jcr;version="[2.0,3)",javax.security.auth.callback org.springframework.core.io;version="[2.5,3)",org.springframework.secur ity;version="[2.0,3)" SLC-ExecutionModule: default -SLC-GroupId: org.argeo.tp.slc +SLC-GroupId: org.argeo.tp.factory Tool: Bnd-1.50.0 diff --git a/bin/argeo-tp-factory.properties b/bin/argeo-tp-factory.properties index 9f3d86e..80660dd 100644 --- a/bin/argeo-tp-factory.properties +++ b/bin/argeo-tp-factory.properties @@ -13,7 +13,7 @@ org.springframework.osgi.web.extender,\ org.argeo.jackrabbit.webapp,\ org.argeo.slc.server.repo.webapp,\ -slc.executionModules=org.argeo.tp.slc.factory,\ +slc.executionModules=org.argeo.tp.factory.core,\ eclipse.application=org.argeo.slc.client.rcp.application org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.slcExecutionPerspective diff --git a/pom.xml b/pom.xml index 8c6428c..47f1501 100644 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,9 @@ lib 1.1.19 - org.argeo.tp.slc - org.argeo.tp.slc.factory - Argeo Distribution Factory + org.argeo.tp.factory + org.argeo.tp.factory.core + Argeo Factory For Base Third Parties javax.security.auth.callback;resolution:="optional" -- 2.30.2