From: Mathieu Baudier Date: Fri, 22 Jun 2012 14:48:34 +0000 (+0000) Subject: Fix build.properties X-Git-Tag: argeo-commons-2.1.30~923 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=877a15a0825fcc2f71bc8755c0a59ec173809c1c;p=lgpl%2Fargeo-commons.git Fix build.properties git-svn-id: https://svn.argeo.org/commons/trunk@5346 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/basic/runtime/org.argeo.basic.nodeps/build.properties b/basic/runtime/org.argeo.basic.nodeps/build.properties index 5f242a355..fcffb0f5e 100644 --- a/basic/runtime/org.argeo.basic.nodeps/build.properties +++ b/basic/runtime/org.argeo.basic.nodeps/build.properties @@ -3,4 +3,4 @@ source.. = src/main/java/,\ src/test/java/ bin.includes = META-INF/,\ . -additional.bundles = com.springsource.junit +additional.bundles = junit diff --git a/osgi/runtime/org.argeo.osgi.boot/build.properties b/osgi/runtime/org.argeo.osgi.boot/build.properties index d72c9c2e6..f17a5821b 100644 --- a/osgi/runtime/org.argeo.osgi.boot/build.properties +++ b/osgi/runtime/org.argeo.osgi.boot/build.properties @@ -1 +1 @@ -additional.bundles = com.springsource.junit +additional.bundles = junit diff --git a/security/runtime/org.argeo.security.core/build.properties b/security/runtime/org.argeo.security.core/build.properties index f9420e76a..788870d98 100644 --- a/security/runtime/org.argeo.security.core/build.properties +++ b/security/runtime/org.argeo.security.core/build.properties @@ -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/,\ diff --git a/server/runtime/org.argeo.server.jackrabbit/build.properties b/server/runtime/org.argeo.server.jackrabbit/build.properties index 909ad1915..722c27c73 100644 --- a/server/runtime/org.argeo.server.jackrabbit/build.properties +++ b/server/runtime/org.argeo.server.jackrabbit/build.properties @@ -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/ diff --git a/server/runtime/org.argeo.server.jcr/build.properties b/server/runtime/org.argeo.server.jcr/build.properties index 0beaef5b1..d564e5792 100644 --- a/server/runtime/org.argeo.server.jcr/build.properties +++ b/server/runtime/org.argeo.server.jcr/build.properties @@ -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