[jbosstools-commits] JBoss Tools SVN: r23057 - trunk/portlet/tests/org.jboss.tools.portlet.core.test/META-INF.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Jun 25 18:23:04 EDT 2010
Author: dgolovin
Date: 2010-06-25 18:23:04 -0400 (Fri, 25 Jun 2010)
New Revision: 23057
Modified:
trunk/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/browse/JBIDE-6532 portlet test failures
fixed by adding ui plugin in test as dependency
Modified: trunk/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF 2010-06-25 21:36:09 UTC (rev 23056)
+++ trunk/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF 2010-06-25 22:23:04 UTC (rev 23057)
@@ -7,5 +7,6 @@
Require-Bundle: org.jboss.tools.tests;bundle-version="2.0.0",
org.junit;bundle-version="3.8.2",
org.jboss.tools.portlet.core;bundle-version="1.0.0",
- org.eclipse.core.runtime;bundle-version="3.5.0"
+ org.eclipse.core.runtime;bundle-version="3.5.0",
+ org.jboss.tools.portlet.ui;bundle-version="1.1.0"
Export-Package: org.jboss.tools.portlet.core.test
More information about the jbosstools-commits
mailing list