Fix remaining issues with migration
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 28 Jun 2012 15:42:15 +0000 (15:42 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 28 Jun 2012 15:42:15 +0000 (15:42 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@5392 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

modules/agent/org.argeo.slc.agent.ext.bsf/pom.xml
modules/agent/org.argeo.slc.ext.activemq/pom.xml
pom.xml
runtime/org.argeo.slc.core/build.properties
runtime/org.argeo.slc.lib.detached/build.properties
runtime/org.argeo.slc.support.aether/build.properties
runtime/org.argeo.slc.support.castor/build.properties
runtime/org.argeo.slc.support.castor/pom.xml
runtime/org.argeo.slc.support.equinox/build.properties
runtime/org.argeo.slc.support.hibernate/build.properties
runtime/org.argeo.slc.support.jcr/build.properties

index fd83e5f9e9132271bd261a5471172b5e2ff8c573..0258d47667b59d9d19d9597272d128ee90e57456 100644 (file)
@@ -15,7 +15,7 @@
                                <artifactId>maven-bundle-plugin</artifactId>
                                <configuration>
                                        <instructions>
-                                               <Fragment-Host>com.springsource.org.apache.bsf</Fragment-Host>
+                                               <Fragment-Host>org.apache.bsf</Fragment-Host>
                                                <Import-Package>
                                                        *,
                                                        bsh.util;resolution:=optional,
index 1ae320bee0e302a809a1b54ed715d778d26d9f86..11d0a9a159cd14eaaacfc3a67ae43768fe7a2d7f 100644 (file)
@@ -15,7 +15,7 @@
                                <artifactId>maven-bundle-plugin</artifactId>
                                <configuration>
                                        <instructions>
-                                               <Fragment-Host>org.argeo.dep.osgi.activemq</Fragment-Host>
+                                               <Fragment-Host>org.apache.activemq</Fragment-Host>
                                                <Import-Package>
                                                        *,
                                                        org.argeo.slc.runtime,
diff --git a/pom.xml b/pom.xml
index 6411eff6e0bf4d487b5c4e6e14de7a79c766b78e..a26521b4ec73c3579eba47b83639580e49d2b407 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>1.1.2</version>
+               <version>1.1.3-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
@@ -110,16 +111,16 @@ limitations under the License.
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>fail</checksumPolicy>
+                               <checksumPolicy>warn</checksumPolicy>
                        </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                               <updatePolicy>never</updatePolicy>
-                               <checksumPolicy>fail</checksumPolicy>
-                       </snapshots>
                </repository>
        </repositories>
        <distributionManagement>
+               <repository>
+                       <id>staging</id>
+                       <url>dav:http://localhost:7080/org.argeo.jcr.webapp/webdav/java/org.argeo.slc-${version.slc}</url>
+                       <uniqueVersion>false</uniqueVersion>
+               </repository>
                <site>
                        <id>argeo-slc-site</id>
                        <name>SLC Site</name>
index d58192aeb530e9dac205d3caa27a4c66a0f40b5a..936a99f185ac9e833e8195ba2993c517db535c77 100644 (file)
@@ -1,10 +1,10 @@
-additional.bundles = com.springsource.slf4j.api,\
-                     com.springsource.slf4j.log4j,\
-                     com.springsource.org.apache.log4j,\
-                     com.springsource.slf4j.org.apache.commons.logging,\
-                     com.springsource.org.aopalliance,\
-                     com.springsource.org.aspectj.weaver,\
-                     com.springsource.net.sf.cglib
+additional.bundles = slf4j.api,\
+                     slf4j.log4j,\
+                     org.apache.log4j,\
+                     slf4j.org.apache.commons.logging,\
+                     org.aopalliance,\
+                     org.aspectj.weaver,\
+                     net.sf.cglib
 source.. = src/main/java/,\
            src/main/resources/,\
            src/test/java/,\
index f7b1a68c3c34da0095547790158d93654608b350..8dd9eb0ceb55f85fda7a05feb3f0d93fd05bb3e9 100644 (file)
@@ -1,6 +1,6 @@
 additional.bundles = org.springframework.xml,\
                      org.argeo.slc.unit,\
-                     com.springsource.junit
+                     junit
 source.. = src/main/java/,\
            src/main/resources/,\
            src/test/java/,\
index a77cc87b6a1aff75c040afb46c99d3e4791d86a1..b6764ecc6f17d0f82cb66d8f46e840c141905d38 100644 (file)
@@ -3,9 +3,9 @@ source.. = src/main/java/,\
 output.. = target/classes/
 bin.includes = META-INF/,\
                .
-additional.bundles = com.springsource.junit,\
-                     com.springsource.slf4j.api,\
-                     com.springsource.slf4j.log4j,\
-                     com.springsource.org.apache.log4j,\
-                     com.springsource.slf4j.org.apache.commons.logging
+additional.bundles = junit,\
+                     slf4j.api,\
+                     slf4j.log4j,\
+                     org.apache.log4j,\
+                     slf4j.org.apache.commons.logging
                      
\ No newline at end of file
index d9f1c375b959d42b06970c0109cec887caab63e1..9c722a511e42dc53ac97758c584e63cd285470e9 100644 (file)
@@ -1,8 +1,8 @@
 additional.bundles = org.argeo.slc.unit,\
-                     com.springsource.junit,\
-                     com.springsource.javax.xml.stream,\
-                     com.springsource.org.apache.xml.serializer,\
-                     com.springsource.org.apache.xerces
+                     junit,\
+                     javax.xml.stream,\
+                     org.apache.xml.serializer,\
+                     org.apache.xerces
 source.. = src/main/java/,\
            src/main/resources/,\
            src/test/java/,\
index 44b0c937e2851d01e3416a7fbeba1cb9ef4321d3..4ab0fe43d1d1724bc928e670d9b2b3951bee0420 100644 (file)
                                                        org.argeo.slc.detached;resolution:=optional,
                                                        org.apache.xml.serialize;resolution:=optional,
                                                        org.apache.xerces.jaxp;resolution:=optional,
-                                                       javax.xml.transform;resolution:=optional,
-                                                       javax.xml.transform.stream;resolution:=optional,
-                                                       javax.xml.transform.dom;resolution:=optional,
+                                                       org.w3c.dom.*;version="0.0.0";resolution:=optional,
+                                                       org.xml.sax.*;version="0.0.0";resolution:=optional,
+                                                       javax.xml.transform.*;version="0.0.0";resolution:=optional,
+                                                       javax.xml.parsers.*;version="0.0.0";resolution:=optional,
                                                        org.springframework.xml.validation;resolution:=optional,
                                                        org.apache.commons.io,
                                                        org.springframework.oxm,
                                                        org.springframework.core,
                                                        org.springframework.xml.transform,
-                                                       org.springframework.core.io
+                                                       org.springframework.core.io,
+                                                       *
                                                </Import-Package>
-                                               <Fragment-Host>com.springsource.org.castor</Fragment-Host>
+                                               <Fragment-Host>org.castor</Fragment-Host>
                                        </instructions>
                                </configuration>
                        </plugin>
index d3a40a0584294588511530ea3f61b1b9651ec920..e71fabc6877b8fb9baac08479af8d5804e2c1f69 100644 (file)
@@ -1,7 +1,7 @@
 additional.bundles = org.argeo.slc.core,\
                      org.springframework.context,\
                      org.argeo.slc.unit,\
-                     com.springsource.junit,\
+                     junit,\
                      org.argeo.osgi.boot,\
                      org.eclipse.osgi
 source.. = src/main/java/,\
index 298eb7e8a22a810b996005cc06facafd68153937..d64d193ab3026c6d07f2219520e5b973cd20360b 100644 (file)
@@ -1,22 +1,22 @@
 additional.bundles = org.springframework.transaction,\
                      org.argeo.slc.unit,\
-                     com.springsource.junit,\
+                     junit,\
                      org.springframework.oxm,\
                      org.springframework.xml,\
-                     com.springsource.org.dom4j,\
+                     org.dom4j,\
                      org.springframework.jdbc,\
-                     com.springsource.javax.transaction,\
+                     javax.transaction,\
                      org.springframework.context.support,\
-                     com.springsource.net.sf.ehcache,\
-                     com.springsource.org.hsqldb,\
-                     com.springsource.org.apache.commons.collections,\
-                     com.springsource.antlr,\
+                     net.sf.ehcache,\
+                     org.hsqldb,\
+                     org.apache.commons.collections,\
+                     antlr,\
                      org.argeo.slc.support.castor,\
-                     com.springsource.javax.xml.stream,\
-                     com.springsource.org.castor,\
-                     com.springsource.org.apache.xml.serializer,\
-                     com.springsource.org.apache.xerces,\
-                     com.springsource.org.h2
+                     javax.xml.stream,\
+                     org.castor,\
+                     org.apache.xml.serializer,\
+                     org.apache.xerces,\
+                     org.h2
 source.. = src/main/java/,\
            src/main/resources/,\
            src/test/java/,\
index 37deed37778f8bf9c59a04955698282ad62d3ab6..284faa983dc408e08ec89d70679d72d4677d1d2d 100644 (file)
@@ -1,9 +1,9 @@
 additional.bundles = org.springframework.core,\
                      org.argeo.server.jackrabbit,\
-                     com.springsource.junit,\
+                     junit,\
                      org.argeo.slc.unit,\
-                     com.springsource.javax.xml.stream,\
-                     com.springsource.org.apache.xerces
+                     javax.xml.stream,\
+                     org.apache.xerces
 source.. = src/main/java/,\
            src/main/resources/,\
            src/test/java/,\