Author: akazakov
Date: 2010-11-10 06:18:19 -0500 (Wed, 10 Nov 2010)
New Revision: 26405
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.web.kb.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.web.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.web.ui.test/META-INF/MANIFEST.MF
trunk/seam/tests/org.jboss.tools.seam.core.test/META-INF/MANIFEST.MF
trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF
trunk/seam/tests/org.jboss.tools.seam.xml.test/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/browse/JBIDE-7545 Added org.eclipse.jst.standard.schemas plug-in as
required plug-in to increase performance of XML validation in test projects.
Modified: trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF 2010-11-10 10:44:19
UTC (rev 26404)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF 2010-11-10 11:18:19
UTC (rev 26405)
@@ -17,6 +17,7 @@
org.jboss.tools.common.model.ui,
org.eclipse.ltk.core.refactoring,
org.jboss.tools.jst.web.kb,
- org.jboss.tools.cdi.xml
+ org.jboss.tools.cdi.xml,
+ org.eclipse.jst.standard.schemas
Export-Package: org.jboss.tools.cdi.core.test,
org.jboss.tools.cdi.core.test.tck
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-10 10:44:19 UTC
(rev 26404)
+++ trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2010-11-10 11:18:19 UTC
(rev 26405)
@@ -32,7 +32,8 @@
org.eclipse.wst.validation,
org.jboss.tools.common.el.core,
org.jboss.tools.jst.jsp,
- org.jboss.tools.common.model.test
+ org.jboss.tools.common.model.test,
+ org.eclipse.jst.standard.schemas
Bundle-Activator: org.jboss.tools.jsf.plugin.JsfTestPlugin
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Modified: trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF 2010-11-10
10:44:19 UTC (rev 26404)
+++ trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF 2010-11-10
11:18:19 UTC (rev 26405)
@@ -22,7 +22,8 @@
org.jboss.tools.jst.text.ext;bundle-version="3.1.0",
org.jboss.tools.jsf.text.ext.facelets;bundle-version="3.1.0",
org.jboss.tools.jsf.text.ext.richfaces;bundle-version="3.1.0",
- org.jboss.tools.jsf.ui;bundle-version="3.1.0"
+ org.jboss.tools.jsf.ui;bundle-version="3.1.0",
+ org.eclipse.jst.standard.schemas
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor.0
Export-Package: org.jboss.tools.jsf.text.ext.test
Modified: trunk/jsf/tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF 2010-11-10 10:44:19
UTC (rev 26404)
+++ trunk/jsf/tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF 2010-11-10 11:18:19
UTC (rev 26405)
@@ -27,6 +27,7 @@
org.jboss.tools.common.el.core,
org.jboss.tools.jst.web,
org.jboss.tools.jst.web.kb,
- org.jboss.tools.jsf
+ org.jboss.tools.jsf,
+ org.eclipse.jst.standard.schemas
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF 2010-11-10
10:44:19 UTC (rev 26404)
+++ trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF 2010-11-10
11:18:19 UTC (rev 26405)
@@ -17,6 +17,7 @@
org.jboss.tools.jst.web.verification,
org.jboss.tools.common.model.ui,
org.jboss.tools.common.test,
- org.jboss.tools.common.verification.test
+ org.jboss.tools.common.verification.test,
+ org.eclipse.jst.standard.schemas
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF 2010-11-10 10:44:19
UTC (rev 26404)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF 2010-11-10 11:18:19
UTC (rev 26405)
@@ -16,7 +16,8 @@
org.jboss.tools.common.text.ext,
org.jboss.tools.jst.web,
org.jboss.tools.common.text.xml,
- org.jboss.tools.jst.web.kb
+ org.jboss.tools.jst.web.kb,
+ org.eclipse.jst.standard.schemas
Export-Package:
org.jboss.tools.jst.jsp.test,
org.jboss.tools.jst.jsp.test.ca
Modified: trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF 2010-11-10
10:44:19 UTC (rev 26404)
+++ trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF 2010-11-10
11:18:19 UTC (rev 26405)
@@ -14,7 +14,8 @@
org.jboss.tools.jst.web,
org.eclipse.jface.text,
org.jboss.tools.common.model.ui,
- org.jboss.tools.jst.text.ext;bundle-version="3.1.0"
+ org.jboss.tools.jst.text.ext,
+ org.eclipse.jst.standard.schemas
Export-Package: org.jboss.tools.jst.text.ext.test
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Modified: trunk/jst/tests/org.jboss.tools.jst.web.kb.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.kb.test/META-INF/MANIFEST.MF 2010-11-10
10:44:19 UTC (rev 26404)
+++ trunk/jst/tests/org.jboss.tools.jst.web.kb.test/META-INF/MANIFEST.MF 2010-11-10
11:18:19 UTC (rev 26405)
@@ -11,7 +11,8 @@
org.jboss.tools.tests,
org.jboss.tools.common.el.core,
org.jboss.tools.common.model.test,
- org.jboss.tools.common
+ org.jboss.tools.common,
+ org.eclipse.jst.standard.schemas
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %Bundle-Vendor.0
Modified: trunk/jst/tests/org.jboss.tools.jst.web.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.test/META-INF/MANIFEST.MF 2010-11-10 10:44:19
UTC (rev 26404)
+++ trunk/jst/tests/org.jboss.tools.jst.web.test/META-INF/MANIFEST.MF 2010-11-10 11:18:19
UTC (rev 26405)
@@ -5,7 +5,8 @@
Bundle-Version: 3.2.0.qualifier
Require-Bundle: org.jboss.tools.jst.web,
org.junit,
- org.jboss.tools.tests
+ org.jboss.tools.tests,
+ org.eclipse.jst.standard.schemas
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor.0
Export-Package: org.jboss.tools.jst.web.test
Modified: trunk/jst/tests/org.jboss.tools.jst.web.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.ui.test/META-INF/MANIFEST.MF 2010-11-10
10:44:19 UTC (rev 26404)
+++ trunk/jst/tests/org.jboss.tools.jst.web.ui.test/META-INF/MANIFEST.MF 2010-11-10
11:18:19 UTC (rev 26405)
@@ -11,7 +11,8 @@
org.jboss.tools.common.model.ui.test,
org.jboss.tools.tests,
org.eclipse.ui.ide,
- org.eclipse.wst.server.core
+ org.eclipse.wst.server.core,
+ org.eclipse.jst.standard.schemas
Export-Package: org.jboss.tools.jst.web.ui.test
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/seam/tests/org.jboss.tools.seam.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.core.test/META-INF/MANIFEST.MF 2010-11-10
10:44:19 UTC (rev 26404)
+++ trunk/seam/tests/org.jboss.tools.seam.core.test/META-INF/MANIFEST.MF 2010-11-10
11:18:19 UTC (rev 26405)
@@ -35,6 +35,7 @@
org.jboss.tools.jst.jsp;bundle-version="3.1.0",
org.jboss.tools.jsf.text.ext.richfaces;bundle-version="3.1.0",
org.jboss.tools.seam.pages.xml,
- org.jboss.tools.seam.xml
+ org.jboss.tools.seam.xml,
+ org.eclipse.jst.standard.schemas
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF 2010-11-10 10:44:19
UTC (rev 26404)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF 2010-11-10 11:18:19
UTC (rev 26405)
@@ -36,7 +36,8 @@
org.eclipse.jst.jsf.ui;bundle-version="1.3.0",
org.eclipse.jst.common.project.facet.core;bundle-version="1.4.100",
org.eclipse.jst.jsf.core;bundle-version="1.3.0",
- org.eclipse.wst.common.frameworks.ui;bundle-version="1.2.0"
+ org.eclipse.wst.common.frameworks.ui;bundle-version="1.2.0",
+ org.eclipse.jst.standard.schemas
Export-Package: org.jboss.tools.seam.ui.test,
org.jboss.tools.seam.ui.test.ca,
org.jboss.tools.seam.ui.test.hyperlink,
Modified: trunk/seam/tests/org.jboss.tools.seam.xml.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.xml.test/META-INF/MANIFEST.MF 2010-11-10
10:44:19 UTC (rev 26404)
+++ trunk/seam/tests/org.jboss.tools.seam.xml.test/META-INF/MANIFEST.MF 2010-11-10
11:18:19 UTC (rev 26405)
@@ -7,6 +7,7 @@
org.junit,
org.jboss.tools.seam.xml,
org.jboss.tools.common.test,
- org.jboss.tools.tests
+ org.jboss.tools.tests,
+ org.eclipse.jst.standard.schemas
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5