[96170] Unify Editors - Eliminate "Source Page" Variants - moved old stuff to sseunittest just incase needed for testing
diff --git a/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF b/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF
index f1ceb5a..e378fc8 100644
--- a/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF
+++ b/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Unittests
-Bundle-SymbolicName: org.eclipse.wst.sse.unittests
+Bundle-SymbolicName: org.eclipse.wst.sse.unittests; singleton:=true
Bundle-Version: 1.0.0
Bundle-ClassPath: sseunittests.jar
Bundle-Vendor: Eclipse.org
@@ -29,4 +29,5 @@
org.eclipse.wst.xml.tests.encoding,
org.eclipse.wst.xml.ui.tests,
org.eclipse.wst.xml.ui.tests.performance,
- org.eclipse.wst.xml.validation.tests
+ org.eclipse.wst.xml.validation.tests,
+ org.eclipse.wst.xml.ui
diff --git a/development/org.eclipse.wst.sse.unittests/icons/sourceEditor.gif b/development/org.eclipse.wst.sse.unittests/icons/sourceEditor.gif
new file mode 100644
index 0000000..75ebdb8
--- /dev/null
+++ b/development/org.eclipse.wst.sse.unittests/icons/sourceEditor.gif
Binary files differ
diff --git a/development/org.eclipse.wst.sse.unittests/plugin.properties b/development/org.eclipse.wst.sse.unittests/plugin.properties
new file mode 100644
index 0000000..7b58d7e
--- /dev/null
+++ b/development/org.eclipse.wst.sse.unittests/plugin.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2001, 2004 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+#
+###############################################################################
+XML_Source_Page_Editor.name=XML Source Page Editor
diff --git a/development/org.eclipse.wst.sse.unittests/plugin.xml b/development/org.eclipse.wst.sse.unittests/plugin.xml
new file mode 100644
index 0000000..8f45aed
--- /dev/null
+++ b/development/org.eclipse.wst.sse.unittests/plugin.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin>
+ <extension point="org.eclipse.ui.editors">
+ <editor
+ name="%XML_Source_Page_Editor.name"
+ icon="icons/sourceEditor.gif"
+ contributorClass="org.eclipse.wst.xml.ui.internal.actions.ActionContributorXML"
+ class="org.eclipse.wst.xml.ui.internal.provisional.StructuredTextEditorXML"
+ symbolicFontName="org.eclipse.wst.sse.ui.textfont"
+ id="org.eclipse.core.runtime.xml.source">
+ <contentTypeBinding
+ contentTypeId="org.eclipse.core.runtime.xml" />
+ <contentTypeBinding
+ contentTypeId="org.eclipse.wst.xml.core.xmlsource" />
+ </editor>
+ </extension>
+</plugin>
\ No newline at end of file