]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Add dependencies for unit tests
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 7 Apr 2010 11:19:39 +0000 (11:19 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 7 Apr 2010 11:19:39 +0000 (11:19 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3440 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.support.hibernate/build.properties

index cdcb6d7db77419eab4ca6b9ec6390944bcc01d74..8a376e3983f1facba25bf94f311ae741208335aa 100644 (file)
@@ -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/,\