Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2016-03-22 14:19:26 +0000
committerDoug Schaefer2016-03-22 14:32:31 +0000
commitc29243b187cb113ae6817c81789b1839c8423e20 (patch)
treef6d3b38fbc9c6f2d13ecba4c5c184ce0b3e5b75e /core/org.eclipse.cdt.core/plugin.xml
parent52432d73702960aaab6810bbda22feb2f11dfdd1 (diff)
downloadorg.eclipse.cdt-c29243b187cb113ae6817c81789b1839c8423e20.tar.gz
org.eclipse.cdt-c29243b187cb113ae6817c81789b1839c8423e20.tar.xz
org.eclipse.cdt-c29243b187cb113ae6817c81789b1839c8423e20.zip
Revert "Bug 489563 - API change for Language Settings Providers."
This reverts the changes we've made for language settings providers so that I can start again with a cleaner approach. Change-Id: Icddd5a465a8f217594af5b07011a56bf1dfdf014
Diffstat (limited to 'core/org.eclipse.cdt.core/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.core/plugin.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index c65daa4d019..d5e0020806e 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -856,22 +856,5 @@
ordering="first">
</filterMatcher>
</extension>
- <extension
- point="org.eclipse.core.runtime.adapters">
- <factory
- adaptableType="org.eclipse.cdt.core.settings.model.ICConfigurationDescription"
- class="org.eclipse.cdt.internal.core.settings.model.CConfigurationAdapterFactory">
- <adapter
- type="org.eclipse.core.resources.IBuildConfiguration">
- </adapter>
- </factory>
- <factory
- adaptableType="org.eclipse.core.resources.IBuildConfiguration"
- class="org.eclipse.cdt.internal.core.settings.model.BuildConfigAdapterFactory">
- <adapter
- type="org.eclipse.cdt.core.settings.model.ICConfigurationDescription">
- </adapter>
- </factory>
- </extension>
</plugin>

Back to the top