2017-01-06 15:20:58 +00:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2008-05-09 15:57:38 +00:00
|
|
|
<?eclipse version="3.0"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<copyright>
|
2018-01-15 15:28:39 +00:00
|
|
|
* Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others.
|
2009-12-14 13:53:04 +00:00
|
|
|
* 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
|
2008-05-09 15:57:38 +00:00
|
|
|
</copyright>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<plugin>
|
2009-12-14 13:53:04 +00:00
|
|
|
<extension-point id="content_resourceServiceProvider" name="Content Handler Resource Service Provider Registration" schema="schema/content_resourceServiceProvider.exsd"/>
|
|
|
|
<extension-point id="extension_resourceServiceProvider" name="URI Extenion Resource Service Provider Registration" schema="schema/extension_resourceServiceProvider.exsd"/>
|
|
|
|
<extension-point id="protocol_resourceServiceProvider" name="URI Protocol (Scheme) Resource Service Provider Registration" schema="schema/protocol_resourceServiceProvider.exsd"/>
|
2008-05-09 15:57:38 +00:00
|
|
|
|
|
|
|
<extension point="org.eclipse.emf.ecore.generated_package">
|
|
|
|
<package
|
2008-05-14 13:29:31 +00:00
|
|
|
uri = "http://www.eclipse.org/2008/Xtext"
|
|
|
|
class = "org.eclipse.xtext.XtextPackage"
|
2010-07-20 11:34:05 +00:00
|
|
|
genModel = "org/eclipse/xtext/Xtext.genmodel" />
|
2008-05-09 15:57:38 +00:00
|
|
|
</extension>
|
|
|
|
|
2008-05-23 08:53:11 +00:00
|
|
|
|
2008-05-09 15:57:38 +00:00
|
|
|
</plugin>
|