Fix build.properties
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 22 Jun 2012 14:48:34 +0000 (14:48 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 22 Jun 2012 14:48:34 +0000 (14:48 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5346 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

basic/runtime/org.argeo.basic.nodeps/build.properties
osgi/runtime/org.argeo.osgi.boot/build.properties
security/runtime/org.argeo.security.core/build.properties
server/runtime/org.argeo.server.jackrabbit/build.properties
server/runtime/org.argeo.server.jcr/build.properties

index 5f242a355bb338e482b8e975b15a5c2b0568ede4..fcffb0f5eb666cb5e8ded9fbbeb248b7ec16651c 100644 (file)
@@ -3,4 +3,4 @@ source.. = src/main/java/,\
            src/test/java/
 bin.includes = META-INF/,\
                .
-additional.bundles = com.springsource.junit
+additional.bundles = junit
index d72c9c2e6b24a5695e729a632f2ed05778518a80..f17a5821b12ade35e9b4ef6942cfc7c81307e1e3 100644 (file)
@@ -1 +1 @@
-additional.bundles = com.springsource.junit
+additional.bundles = junit
index f9420e76a4946b3245f342b636c162d23cc2b6c6..788870d9887d430ea38c38645987e478e1bcbbea 100644 (file)
@@ -1,12 +1,12 @@
 additional.bundles = org.springframework.transaction,\
                      org.springframework.core,\
-                     com.springsource.junit,\
-                     com.springsource.org.apache.commons.io,\
-                     com.springsource.org.apache.commons.codec,\
+                     junit,\
+                     org.apache.commons.io,\
+                     org.apache.commons.codec,\
                      org.springframework.security.core,\
-                     com.springsource.org.apache.log4j,\
-                     com.springsource.slf4j.api,\
-                     com.springsource.slf4j.org.apache.commons.logging
+                     org.apache.log4j,\
+                     slf4j.api,\
+                     slf4j.org.apache.commons.logging
 source.. = src/main/java/,\
            src/main/resources/,\
            src/test/java/,\
index 909ad19150dbc1d8a965c6617b91466e23381452..722c27c7337ffceaeef0b1a9347593b7f0577eb4 100644 (file)
@@ -1,10 +1,10 @@
-additional.bundles = com.springsource.slf4j.api,\
-                     com.springsource.slf4j.log4j,\
-                     com.springsource.org.apache.log4j,\
-                     com.springsource.org.apache.commons.collections,\
-                     com.springsource.edu.oswego.cs.dl.util.concurrent,\
-                     com.springsource.org.h2,\
-                     com.springsource.org.apache.lucene,\
+additional.bundles = slf4j.api,\
+                     slf4j.log4j,\
+                     org.apache.log4j,\
+                     org.apache.commons.collections,\
+                     edu.oswego.cs.dl.util.concurrent,\
+                     org.h2,\
+                     org.apache.lucene,\
                      org.springframework.context
 source.. = src/main/java/,\
            src/main/resources/
index 0beaef5b1b9c9342f299f83ede11eb2080fc0488..d564e5792807dc372471df799aa199d820ccf12b 100644 (file)
@@ -6,17 +6,17 @@ output.. = target/classes/,\
            target/test-classes/
 bin.includes = META-INF/,\
                .
-additional.bundles = com.springsource.slf4j.api,\
-                     com.springsource.slf4j.log4j,\
-                     com.springsource.org.apache.log4j,\
-                     com.springsource.org.apache.commons.collections,\
-                     com.springsource.edu.oswego.cs.dl.util.concurrent,\
-                     com.springsource.org.apache.lucene,\
-                     com.springsource.junit,\
-                     com.springsource.org.apache.xml.serializer,\
-                     com.springsource.org.apache.commons.dbcp,\
-                     com.springsource.org.apache.commons.pool,\
-                     org.argeo.dep.osgi.jackrabbit,\
-                     com.springsource.org.h2,\
-                     org.argeo.dep.osgi.tika
+additional.bundles = slf4j.api,\
+                     slf4j.log4j,\
+                     org.apache.log4j,\
+                     org.apache.commons.collections,\
+                     edu.oswego.cs.dl.util.concurrent,\
+                     org.apache.lucene,\
+                     junit,\
+                     org.apache.xml.serializer,\
+                     org.apache.commons.dbcp,\
+                     org.apache.commons.pool,\
+                     org.apache.jackrabbit,\
+                     org.h2,\
+                     org.apache.tika