From: Mathieu Baudier Date: Sat, 7 Jul 2012 17:13:48 +0000 (+0000) Subject: Fix unit tests classpath X-Git-Tag: argeo-slc-2.1.7~673 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=b1ce3f1b2b3f23f7a9a24e936041a369f503ce39;p=gpl%2Fargeo-slc.git Fix unit tests classpath git-svn-id: https://svn.argeo.org/slc/trunk@5419 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/runtime/org.argeo.slc.support.jcr/build.properties b/runtime/org.argeo.slc.support.jcr/build.properties index 738564c44..b8b772319 100644 --- a/runtime/org.argeo.slc.support.jcr/build.properties +++ b/runtime/org.argeo.slc.support.jcr/build.properties @@ -2,7 +2,20 @@ additional.bundles = org.springframework.core,\ org.argeo.server.jackrabbit,\ junit,\ org.argeo.slc.unit,\ - org.apache.xerces + org.apache.xerces,\ + org.apache.log4j,\ + slf4j.api,\ + slf4j.log4j,\ + org.eclipse.osgi,\ + org.apache.commons.io,\ + org.apache.jackrabbit,\ + org.h2,\ + org.apache.commons.dbcp,\ + org.apache.commons.pool,\ + edu.oswego.cs.dl.util.concurrent,\ + org.apache.commons.collections,\ + org.apache.lucene,\ + org.apache.tika source.. = src/main/java/,\ src/main/resources/,\ src/test/java/,\