Benjamin Cabe | ead7e95 | 2009-02-12 17:06:39 +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 | |
Benjamin Cabe | 11c15b7 | 2009-02-15 00:42:47 +0000 | [diff] [blame] | 14 | $Id: plugin.xml,v 1.1 2009/02/12 17:06:39 bcabe Exp $ |
Benjamin Cabe | ead7e95 | 2009-02-12 17:06:39 +0000 | [diff] [blame] | 15 | --> |
| 16 | |
| 17 | <plugin> |
| 18 | |
| 19 | <extension point="org.eclipse.emf.ecore.generated_package"> |
| 20 | <package |
| 21 | uri="http://www.osgi.org/xmlns/scr/v1.1.0" |
| 22 | class="org.eclipse.pde.ds.scr.ScrPackage" |
| 23 | genModel="model/scr-1.1.genmodel"/> |
| 24 | </extension> |
| 25 | |
| 26 | <extension point="org.eclipse.emf.ecore.content_parser"> |
| 27 | <parser |
| 28 | contentTypeIdentifier="org.eclipse.pde.ds.content-type" |
| 29 | class="org.eclipse.pde.ds.scr.util.ScrResourceFactoryImpl"/> |
| 30 | </extension> |
| 31 | |
| 32 | <extension point="org.eclipse.core.contenttype.contentTypes"> |
| 33 | <content-type |
| 34 | base-type="org.eclipse.core.runtime.xml" |
| 35 | file-extensions="scr,xml,ds" |
| 36 | id="org.eclipse.pde.ds.content-type" |
| 37 | name="%_UI_Scr_content_type" |
Benjamin Cabe | 11c15b7 | 2009-02-15 00:42:47 +0000 | [diff] [blame] | 38 | priority="high"> |
Benjamin Cabe | ead7e95 | 2009-02-12 17:06:39 +0000 | [diff] [blame] | 39 | <describer class="org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl$Describer"> |
| 40 | <parameter name="namespace" value="http://www.osgi.org/xmlns/scr/v1.1.0"/> |
| 41 | </describer> |
| 42 | </content-type> |
| 43 | </extension> |
Benjamin Cabe | 11c15b7 | 2009-02-15 00:42:47 +0000 | [diff] [blame] | 44 | <extension |
| 45 | point="org.eclipse.wst.xml.core.catalogContributions"> |
| 46 | <catalogContribution |
| 47 | id="default"> |
| 48 | <uri |
| 49 | name="http://www.osgi.org/xmlns/scr/v1.1.0" |
| 50 | uri="model/scr-1.1.xsd"> |
| 51 | </uri> |
| 52 | </catalogContribution> |
| 53 | </extension> |
Benjamin Cabe | ead7e95 | 2009-02-12 17:06:39 +0000 | [diff] [blame] | 54 | |
| 55 | </plugin> |