Benjamin Cabe | c94419e | 2009-02-12 21:18:28 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | |
| 4 | <!-- |
| 5 | Copyright (c) 2009 Anyware Technologies and others. |
| 6 | All rights reserved. This program and the accompanying materials |
| 7 | are made available under the terms of the Eclipse Public License v1.0 |
| 8 | which accompanies this distribution, and is available at |
| 9 | http://www.eclipse.org/legal/epl-v10.html |
| 10 | |
| 11 | Contributors: |
| 12 | Anyware Technologies - initial API and implementation |
| 13 | |
| 14 | $Id$ |
| 15 | --> |
| 16 | |
| 17 | <plugin> |
| 18 | |
| 19 | <extension point="org.eclipse.emf.edit.itemProviderAdapterFactories"> |
| 20 | <factory |
| 21 | uri="http://www.osgi.org/xmlns/scr/v1.1.0" |
| 22 | class="org.eclipse.pde.ds.scr.provider.ScrItemProviderAdapterFactory" |
| 23 | supportedTypes= |
| 24 | "org.eclipse.emf.edit.provider.IEditingDomainItemProvider |
| 25 | org.eclipse.emf.edit.provider.IStructuredItemContentProvider |
| 26 | org.eclipse.emf.edit.provider.ITreeItemContentProvider |
| 27 | org.eclipse.emf.edit.provider.IItemLabelProvider |
| 28 | org.eclipse.emf.edit.provider.IItemPropertySource"/> |
| 29 | </extension> |
| 30 | |
| 31 | </plugin> |