[jbosstools-commits] JBoss Tools SVN: r23996 - in trunk/hibernatetools/tests: org.jboss.tools.hibernate.ui.test/META-INF and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Aug 9 07:58:09 EDT 2010


Author: vyemialyanchyk
Date: 2010-08-09 07:58:09 -0400 (Mon, 09 Aug 2010)
New Revision: 23996

Modified:
   trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF
   trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/browse/JBIDE-6307 - add jmock imports

Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF	2010-08-09 10:55:40 UTC (rev 23995)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF	2010-08-09 11:58:09 UTC (rev 23996)
@@ -19,3 +19,16 @@
 Bundle-Vendor: %Bundle-Vendor.0
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Import-Package: org.jmock, 
+ org.jmock.api, 
+ org.jmock.integration.junit3, 
+ org.jmock.integration.junit4, 
+ org.jmock.internal, 
+ org.jmock.internal.matcher, 
+ org.jmock.lib, 
+ org.jmock.lib.action, 
+ org.jmock.lib.concurrent, 
+ org.jmock.lib.concurrent.internal, 
+ org.jmock.lib.legacy, 
+ org.jmock.lib.script, 
+ org.jmock.syntax 

Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF	2010-08-09 10:55:40 UTC (rev 23995)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF	2010-08-09 11:58:09 UTC (rev 23996)
@@ -16,5 +16,18 @@
 Bundle-Activator: org.jboss.tools.hibernate.ui.test.UiTestPlugin
 Bundle-Vendor: %Bundle-Vendor.0
 Bundle-Localization: plugin
-Import-Package: org.eclipse.core.resources
+Import-Package: org.eclipse.core.resources,
+ org.jmock, 
+ org.jmock.api, 
+ org.jmock.integration.junit3, 
+ org.jmock.integration.junit4, 
+ org.jmock.internal, 
+ org.jmock.internal.matcher, 
+ org.jmock.lib, 
+ org.jmock.lib.action, 
+ org.jmock.lib.concurrent, 
+ org.jmock.lib.concurrent.internal, 
+ org.jmock.lib.legacy, 
+ org.jmock.lib.script, 
+ org.jmock.syntax 
 Bundle-RequiredExecutionEnvironment: J2SE-1.5



More information about the jbosstools-commits mailing list