From df2fe8bf421e6dc5f61491170f95507f61691ed5 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 7 Apr 2010 11:19:39 +0000 Subject: [PATCH 1/1] Add dependencies for unit tests git-svn-id: https://svn.argeo.org/slc/trunk@3440 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../build.properties | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/runtime/org.argeo.slc.support.hibernate/build.properties b/runtime/org.argeo.slc.support.hibernate/build.properties index cdcb6d7db..8a376e398 100644 --- a/runtime/org.argeo.slc.support.hibernate/build.properties +++ b/runtime/org.argeo.slc.support.hibernate/build.properties @@ -2,7 +2,20 @@ additional.bundles = org.springframework.transaction,\ org.argeo.slc.unit,\ com.springsource.junit,\ org.springframework.oxm,\ - org.springframework.xml + org.springframework.xml,\ + com.springsource.org.dom4j,\ + org.springframework.jdbc,\ + com.springsource.javax.transaction,\ + org.springframework.context.support,\ + com.springsource.net.sf.ehcache,\ + com.springsource.org.hsqldb,\ + com.springsource.org.apache.commons.collections,\ + com.springsource.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 source.. = src/main/java/,\ src/main/resources/,\ src/test/java/,\ -- 2.39.2