Skip to content

Commit

Permalink
Remove invalid extensions from o.e.c.tests.runtime
Browse files Browse the repository at this point in the history
The org.eclipse.core.tests.runtime plug-in contains invalid/unused
extensions and extension points. The class implementing the specified
extension does not exist, thus the extension is invalid and produces a
warning.
  • Loading branch information
HeikoKlare authored and Michael5601 committed Feb 12, 2024
1 parent f1963ae commit df1e662
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 111 deletions.
17 changes: 0 additions & 17 deletions runtime/tests/org.eclipse.core.tests.runtime/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,4 @@
class="org.eclipse.core.tests.internal.preferences.TestInitializer">
</initializer>
</extension>
<extension
point="org.eclipse.core.runtime.adapters">
<factory
class="org.eclipse.core.tests.runtime.TestAdapterFactory"
adaptableType="org.eclipse.core.tests.runtime.TestAdaptable">
<adapter
type="org.eclipse.core.tests.runtime.TestAdapter">
</adapter>
</factory>
</extension>
<extension-point id="factoryLoaderTest" name="factoryLoaderTest" schema="schema/factoryLoaderTest.exsd"/>
<extension point="org.eclipse.core.runtime.adapters">
<factory class="org.eclipse.core.tests.runtime.TestAdapterFactoryLoader"
adaptableType="org.eclipse.core.tests.runtime.TestAdaptable">
<adapter type="testAdapter.testUnknown"/>
</factory>
</extension>
</plugin>

This file was deleted.

0 comments on commit df1e662

Please sign in to comment.