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 'plugins/org.eclipse.jst.common.annotations.core/plugin.xml')
-rw-r--r--plugins/org.eclipse.jst.common.annotations.core/plugin.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/org.eclipse.jst.common.annotations.core/plugin.xml b/plugins/org.eclipse.jst.common.annotations.core/plugin.xml
deleted file mode 100644
index c543d62c4..000000000
--- a/plugins/org.eclipse.jst.common.annotations.core/plugin.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
-
- <extension-point id="annotationsProvider" name="%extension-point.name.0" schema="schema/annotationsProvider.exsd"/>
- <extension
- id="AnnotationsTranslator"
- point="org.eclipse.wst.common.emf.translatorExtension">
- <translator
- className="org.eclipse.jst.common.internal.annotations.core.AnnotationsTranslator">
- </translator>
- </extension>
-
-</plugin>

Back to the top