blob: 6c97c6fc201cd8671587111c58d647fb12233ac3 [file] [log] [blame]
Benjamin Cabeead7e952009-02-12 17:06:39 +00001<?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 Cabe11c15b72009-02-15 00:42:47 +000014 $Id: plugin.xml,v 1.1 2009/02/12 17:06:39 bcabe Exp $
Benjamin Cabeead7e952009-02-12 17:06:39 +000015-->
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 Cabe11c15b72009-02-15 00:42:47 +000038 priority="high">
Benjamin Cabeead7e952009-02-12 17:06:39 +000039 <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 Cabe11c15b72009-02-15 00:42:47 +000044 <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 Cabeead7e952009-02-12 17:06:39 +000054
55</plugin>