blob: 37e6fe0a6b7956ebd76f1ac17802d91e191d8609 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.emf.ecore.uri_mapping">
<mapping
source="pathmap://DEVELOPER_PROFILES_MDE/"
target="platform:/plugin/org.eclipse.papyrus.uml.developer.mde/resource/">
</mapping>
</extension>
<extension
point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
<profile
description="Developer Process Profile"
name="Developer Process Profil"
path="pathmap://DEVELOPER_PROFILES_MDE/developerprocess.profile.uml"
provider="Eclipse Modeling Project">
</profile>
<profile
description="Document Profile"
name="Document Profil"
path="pathmap://DEVELOPER_PROFILES_MDE/Document.profile.uml"
provider="Eclipse Modeling Project">
</profile>
</extension>
<extension
point="org.eclipse.papyrus.uml.diagram.wizards.templates">
<template
di_file="resource/developermodel.di"
file="resource/developermodel.uml"
id="org.eclipse.papyrus.uml.developer.idm.template"
language="org.eclipse.papyrus.infra.services.edit.TypeContext"
name="An empty developer model"
notation_file="resource/developermodel.notation">
</template>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
allPopups="false"
locationURI="popup:org.eclipse.papyrus.dev.ui.menu">
<menu
icon="platform:/plugin/org.eclipse.papyrus.uml.developer.mde/img/docGeneration.png"
id="developer.idm"
label="Model Driven Documentation Engineering">
<visibleWhen
checkEnabled="true">
<with
variable="activeEditorId">
<equals
value="org.eclipse.papyrus.infra.core.papyrusEditor">
</equals>
</with>
</visibleWhen>
<command
commandId="org.eclipse.papyrus.uml.developper.mde.handler.GetHTMLTextHandler"
id="org.eclipse.papyrus.uml.developper.mde.handler.GetHTMLTextMenu"
label="generate HTML page"
style="push">
<visibleWhen
checkEnabled="true">
</visibleWhen>
</command>
<command
commandId="org.eclipse.papyrus.uml.developper.mde.handler.GetWikiTextHandler"
id="org.eclipse.papyrus.uml.developper.mde.handler.GetWikiTextMenu"
label="generate WIKI page"
style="push">
<visibleWhen
checkEnabled="true">
</visibleWhen>
</command>
</menu>
</menuContribution>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
defaultHandler="org.eclipse.papyrus.uml.developper.mde.handler.GetHTMLTextHandler"
id="org.eclipse.papyrus.uml.developper.mde.handler.GetHTMLTextHandler"
name="generate HTML page">
</command>
<command
defaultHandler="org.eclipse.papyrus.uml.developper.mde.handler.GetWikiTextHandler"
id="org.eclipse.papyrus.uml.developper.mde.handler.GetWikiTextHandler"
name="generate WIKI page">
</command>
</extension>
</plugin>