| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| |
| <!-- |
| Copyright (c) 2009 Anyware Technologies and others. |
| All rights reserved. This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License v1.0 |
| which accompanies this distribution, and is available at |
| http://www.eclipse.org/legal/epl-v10.html |
| |
| Contributors: |
| Anyware Technologies - initial API and implementation |
| |
| $Id: plugin.xml,v 1.1 2009/02/12 17:06:39 bcabe Exp $ |
| --> |
| |
| <plugin> |
| |
| <extension point="org.eclipse.emf.ecore.generated_package"> |
| <package |
| uri="http://www.osgi.org/xmlns/scr/v1.1.0" |
| class="org.eclipse.pde.ds.scr.ScrPackage" |
| genModel="model/scr-1.1.genmodel"/> |
| </extension> |
| |
| <extension point="org.eclipse.emf.ecore.content_parser"> |
| <parser |
| contentTypeIdentifier="org.eclipse.pde.ds.content-type" |
| class="org.eclipse.pde.ds.scr.util.ScrResourceFactoryImpl"/> |
| </extension> |
| |
| <extension point="org.eclipse.core.contenttype.contentTypes"> |
| <content-type |
| base-type="org.eclipse.core.runtime.xml" |
| file-extensions="scr,xml,ds" |
| id="org.eclipse.pde.ds.content-type" |
| name="%_UI_Scr_content_type" |
| priority="high"> |
| <describer class="org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl$Describer"> |
| <parameter name="namespace" value="http://www.osgi.org/xmlns/scr/v1.1.0"/> |
| </describer> |
| </content-type> |
| </extension> |
| <extension |
| point="org.eclipse.wst.xml.core.catalogContributions"> |
| <catalogContribution |
| id="default"> |
| <uri |
| name="http://www.osgi.org/xmlns/scr/v1.1.0" |
| uri="model/scr-1.1.xsd"> |
| </uri> |
| </catalogContribution> |
| </extension> |
| |
| </plugin> |