Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.support.ie/plugin.xml')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/plugin.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/plugin.xml b/bundles/org.eclipse.wst.jsdt.support.ie/plugin.xml
deleted file mode 100644
index b7c42469..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/plugin.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
-
- <extension point="org.eclipse.wst.jsdt.ui.JsGlobalScopeContainerPage">
- <JsGlobalScopeContainerPage
- name="%JsGlobalScopeContainerPage.name.0"
- class="org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.InternetExplorerLibraryWizardPage"
- id="org.eclipse.wst.jsdt.support.ie">
- </JsGlobalScopeContainerPage>
- </extension>
- <extension
- point="org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer">
- <JsGlobalScopeContainerInitializer
- class="org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer"
- id="org.eclipse.wst.jsdt.launching.InternetExplorer">
- </JsGlobalScopeContainerInitializer>
- </extension>
- <extension point="org.eclipse.wst.jsdt.ui.JsGlobalScopeUIInitializer">
- <JsGlobalScopeUIInitializer
- id="org.eclipse.wst.jsdt.launching.InternetExplorer"
- class="org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerUILibInitializer">
- </JsGlobalScopeUIInitializer>
- </extension>
-
-</plugin>

Back to the top