Author: dgolovin
Date: 2011-03-24 03:23:15 -0400 (Thu, 24 Mar 2011)
New Revision: 29988
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
Log:
fix for junit test errors with lib folder not being found
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml 2011-03-24
00:29:40 UTC (rev 29987)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml 2011-03-24
07:23:15 UTC (rev 29988)
@@ -24,6 +24,7 @@
<configuration>
<explodedBundles>
<bundle>org.hibernate.eclipse.console.test</bundle>
+ <bundle>org.hibernate.eclipse</bundle>
</explodedBundles>
</configuration>
</plugin>
Show replies by date