From: Mathieu Baudier Date: Tue, 24 Nov 2009 21:49:58 +0000 (+0000) Subject: Reintroduce Spring WS X-Git-Tag: argeo-slc-2.1.7~1514 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=f9aacbc7af60230f704827124ef36204c33d262c;p=gpl%2Fargeo-slc.git Reintroduce Spring WS git-svn-id: https://svn.argeo.org/slc/trunk@3155 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/dep/org.argeo.slc.dep.server/pom.xml b/dep/org.argeo.slc.dep.server/pom.xml index 8f2ce3e4d..5c51a8999 100644 --- a/dep/org.argeo.slc.dep.server/pom.xml +++ b/dep/org.argeo.slc.dep.server/pom.xml @@ -103,6 +103,22 @@ pom + + + + + org.argeo.commons.security + org.argeo.security.dep.ads + pom + + + + + org.argeo.commons.server + org.argeo.server.ads + 0.1.2-SNAPSHOT + + org.hsqldb diff --git a/modules/server/org.argeo.slc.server.main/META-INF/spring/main.xml b/modules/server/org.argeo.slc.server.main/META-INF/spring/main.xml index 393d4dbe8..a992015ae 100644 --- a/modules/server/org.argeo.slc.server.main/META-INF/spring/main.xml +++ b/modules/server/org.argeo.slc.server.main/META-INF/spring/main.xml @@ -12,9 +12,11 @@ - + + + 0.1.2-SNAPSHOT 3.4.2.R34x_v20080826-1230 2.0.0 - 0.1.22 + 0.1.23 0.8.2.1 file:///var/argeo/projects/SLC/www/site http://www.argeo.org/projects/slc/site @@ -257,11 +257,6 @@ limitations under the License. org.argeo.slc.server ${project.version} - - org.argeo.slc.runtime - org.argeo.slc.osgiboot - ${project.version} - org.argeo.slc.runtime org.argeo.slc.support.osgi diff --git a/runtime/org.argeo.slc.launcher/pom.xml b/runtime/org.argeo.slc.launcher/pom.xml index 4ca814912..acaa19abc 100644 --- a/runtime/org.argeo.slc.launcher/pom.xml +++ b/runtime/org.argeo.slc.launcher/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.argeo.slc @@ -88,8 +89,8 @@ org.argeo.slc.core - org.argeo.slc.runtime - org.argeo.slc.osgiboot + org.argeo.commons.osgi + org.argeo.osgi.boot diff --git a/runtime/org.argeo.slc.launcher/src/main/base/work/default/conf/config.ini b/runtime/org.argeo.slc.launcher/src/main/base/work/default/conf/config.ini index 14b541c1e..cc32c30f7 100644 --- a/runtime/org.argeo.slc.launcher/src/main/base/work/default/conf/config.ini +++ b/runtime/org.argeo.slc.launcher/src/main/base/work/default/conf/config.ini @@ -1,6 +1,6 @@ -osgi.bundles=org.argeo.slc.osgiboot-${project.version}.jar@start -slc.osgi.bundles=${osgi.install.area};in=*.jar -slc.osgi.start=org.springframework.osgi.extender,\ +osgi.bundles=org.argeo.osgi.boot-${version.argeo-commons}.jar@start +argeo.osgi.bundles=${osgi.install.area};in=*.jar +argeo.osgi.start=org.springframework.osgi.extender,\ org.argeo.slc.agent,\ org.argeo.slc.agent.jms,\ org.argeo.slc.support.equinox diff --git a/runtime/org.argeo.slc.support.ws.client/pom.xml b/runtime/org.argeo.slc.support.ws.client/pom.xml index 84f1bf47e..a63720a02 100644 --- a/runtime/org.argeo.slc.support.ws.client/pom.xml +++ b/runtime/org.argeo.slc.support.ws.client/pom.xml @@ -10,7 +10,7 @@ org.argeo.slc.runtime org.argeo.slc.support.ws.client jar - SLC Support Web Services Client + SLC Support Web Services Client (deprecated) diff --git a/runtime/pom.xml b/runtime/pom.xml index d4e54f2af..ec622cc23 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -29,6 +29,7 @@ org.argeo.slc.detached.launcher org.argeo.slc.launcher org.argeo.slc.lib.detached + org.argeo.slc.support.ws.client