Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 86d604233300850497dd71140d52040dab12f638 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<!--
 <copyright>
 </copyright>

 $Id$
-->

<plugin>

   <extension point="org.eclipse.emf.ecore.generated_package">
      <package
            uri="http://www.eclipse.org/papyrus/documentation/plugin/documentation"
            class="org.eclipse.papyrus.documentation.plugin.documentation.DocumentationPackage"
            genModel="Model/PluginDoc.genmodel"/>
   </extension>

</plugin>

Back to the top