[120295] Removed empty context file.
diff --git a/docs/org.eclipse.wst.sse.ui.infopop/EditorCssContexts.xml b/docs/org.eclipse.wst.sse.ui.infopop/EditorCssContexts.xml deleted file mode 100644 index e69de29..0000000 --- a/docs/org.eclipse.wst.sse.ui.infopop/EditorCssContexts.xml +++ /dev/null
diff --git a/docs/org.eclipse.wst.sse.ui.infopop/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.sse.ui.infopop/META-INF/MANIFEST.MF index bf16c29..a2d792d 100644 --- a/docs/org.eclipse.wst.sse.ui.infopop/META-INF/MANIFEST.MF +++ b/docs/org.eclipse.wst.sse.ui.infopop/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: SSE infopops Bundle-SymbolicName: org.eclipse.wst.sse.ui.infopop; singleton:=true -Bundle-Version: 1.0.0 +Bundle-Version: 1.0.1 Bundle-Vendor: Eclipse.org Bundle-Localization: plugin Eclipse-AutoStart: true
diff --git a/docs/org.eclipse.wst.sse.ui.infopop/build.properties b/docs/org.eclipse.wst.sse.ui.infopop/build.properties index 00318b9..6da2446 100644 --- a/docs/org.eclipse.wst.sse.ui.infopop/build.properties +++ b/docs/org.eclipse.wst.sse.ui.infopop/build.properties
@@ -2,6 +2,5 @@ about.html,\ plugin.xml,\ META-INF/,\ - EditorCssContexts2.xml,\ - EditorCssContexts.xml + EditorCssContexts2.xml src.includes = build.properties
diff --git a/docs/org.eclipse.wst.sse.ui.infopop/plugin.xml b/docs/org.eclipse.wst.sse.ui.infopop/plugin.xml index 4a55b99..2a3796f 100644 --- a/docs/org.eclipse.wst.sse.ui.infopop/plugin.xml +++ b/docs/org.eclipse.wst.sse.ui.infopop/plugin.xml
@@ -15,7 +15,6 @@ <extension point="org.eclipse.help.contexts"> <contexts file="EditorContexts.xml" plugin ="org.eclipse.wst.sse.ui"/> - <contexts file="EditorCssContexts.xml" plugin ="org.eclipse.wst.sse.ui"/> <contexts file="EditorCssContexts2.xml" plugin ="org.eclipse.wst.sse.ui"/> </extension>