mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
[180933] Fixed PDE warning on tm.discovery.model.edit/plugin.xml
This commit is contained in:
parent
b063e1e3c1
commit
f3d3c8b2f7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Contributors:
|
|||
<extension point="org.eclipse.emf.edit.itemProviderAdapterFactories">
|
||||
<factory
|
||||
uri = "http://www.eclipse.org/tm/discovery"
|
||||
class = "org.eclipse.tm.discovery.provider.ModelItemProviderAdapterFactory"
|
||||
class = "org.eclipse.tm.internal.discovery.model.provider.ModelItemProviderAdapterFactory"
|
||||
supportedTypes =
|
||||
"org.eclipse.emf.edit.provider.IEditingDomainItemProvider
|
||||
org.eclipse.emf.edit.provider.IStructuredItemContentProvider
|
||||
|
|
Loading…
Add table
Reference in a new issue