Author: dgolovin
Date: 2010-11-15 20:43:37 -0500 (Mon, 15 Nov 2010)
New Revision: 26595
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
trunk/jst/plugins/org.jboss.tools.jst.jsp/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/browse/JBIDE-7606 org.jboss.tools.jsf.test tests are very slow and
network monitor shows active downloads during tests execution
dependency to wst.standsatd.schemas added to fix downloading dtd's from internet
during test execution
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF 2010-11-16
01:33:41 UTC (rev 26594)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF 2010-11-16
01:43:37 UTC (rev 26595)
@@ -90,7 +90,9 @@
org.eclipse.wst.html.core,
org.eclipse.pde.ui,
org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)",
- org.jboss.tools.common.ui
+ org.jboss.tools.common.ui,
+ org.eclipse.jst.standard.schemas,
+ org.eclipse.wst.standard.schemas
Bundle-Version: 3.2.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: org.jboss.tools.common.model.ui.jar
Modified: trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2010-11-16 01:33:41 UTC
(rev 26594)
+++ trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2010-11-16 01:43:37 UTC
(rev 26595)
@@ -32,9 +32,7 @@
org.eclipse.wst.validation,
org.jboss.tools.common.el.core,
org.jboss.tools.jst.jsp,
- org.jboss.tools.common.model.test,
- org.eclipse.jst.standard.schemas,
- org.eclipse.wst.standard.schemas;bundle-version="1.0.300"
+ org.jboss.tools.common.model.test
Bundle-Activator: org.jboss.tools.jsf.plugin.JsfTestPlugin
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/META-INF/MANIFEST.MF 2010-11-16 01:33:41 UTC
(rev 26594)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/META-INF/MANIFEST.MF 2010-11-16 01:43:37 UTC
(rev 26595)
@@ -56,7 +56,9 @@
org.eclipse.emf.ecore;bundle-version="2.5.0",
org.eclipse.compare,
org.eclipse.wst.dtd.core,
- org.eclipse.ui
+ org.eclipse.ui,
+ org.eclipse.jst.standard.schemas,
+ org.eclipse.wst.standard.schemas
Bundle-Version: 3.2.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.jboss.tools.jsf.model.pv