Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-03-11 16:28:18 +0000
committerQuentin Le Menez2018-03-11 22:39:35 +0000
commit6a85d3a05d3bd942dba8e71edf82e97dce813b91 (patch)
treec58695b63c497d3af16b69f1634d3eb2de0deb49 /plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml
parentba98ab1ef4202d0489df0ae2dd2aee8fe6f378d4 (diff)
downloadorg.eclipse.papyrus-6a85d3a05d3bd942dba8e71edf82e97dce813b91.tar.gz
org.eclipse.papyrus-6a85d3a05d3bd942dba8e71edf82e97dce813b91.tar.xz
org.eclipse.papyrus-6a85d3a05d3bd942dba8e71edf82e97dce813b91.zip
[Releng] [Photon] Delete old Dev framework and add a new Toolsmiths one
- Delete the old Dev releng profile and replace it with a Toolsmith one - Add new features: Junit, Releng, Diagramgen and Debug to be released - Move the junit framework at the root of the junit test folder - Remove Toolsmiths from the main build as it will have its own - Repopulate the SDK feature and distribute the excess features in theit own root parent - Add a new views feature - Moved the assistants to the toolsmiths folder and put them in the toolsmiths build Change-Id: I1c0331b25607baaf1cfcc635d9c7b0d9c6d73e63 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml')
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml159
1 files changed, 0 insertions, 159 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml b/plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml
deleted file mode 100644
index 9d0f7c94998..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml
+++ /dev/null
@@ -1,159 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.ui.menus">
- <menuContribution
- allPopups="false"
- locationURI="popup:org.eclipse.papyrus.dev.ui.menu">
- <command
- commandId="org.eclipse.papyrus.infra.dev.types.commands.migrateTypesConfigurations"
- id="org.eclipse.papyrus.infra.dev.types.menus.migrateTypesConfigurations"
- label="Migrate ElementTypes Configurations"
- mnemonic="S"
- style="push">
- <visibleWhen
- checkEnabled="false">
- <with
- variable="selection">
- <iterate
- ifEmpty="false"
- operator="and">
- <adapt
- type="org.eclipse.core.resources.IFile">
- </adapt>
- </iterate>
- </with>
- </visibleWhen>
- </command>
- </menuContribution>
- <menuContribution
- allPopups="false"
- locationURI="popup:org.eclipse.papyrus.dev.ui.menu">
- <command
- commandId="org.eclipse.papyrus.infra.dev.types.commands.generateElementTypesRegistry"
- id="org.eclipse.papyrus.infra.dev.types.menus.generateElementTypesRegistry"
- label="Generate ElementTypes Registry"
- mnemonic="G"
- style="push">
- <visibleWhen
- checkEnabled="false">
- <with
- variable="selection">
- <iterate
- ifEmpty="false"
- operator="and">
- <adapt
- type="org.eclipse.core.resources.IFile">
- </adapt>
- </iterate>
- </with>
- </visibleWhen>
- </command>
- </menuContribution>
- <menuContribution
- allPopups="false"
- locationURI="popup:org.eclipse.papyrus.dev.ui.menu">
- <command
- commandId="org.eclipse.papyrus.infra.dev.types.commands.migrateSpecializations"
- id="org.eclipse.papyrus.infra.dev.types.menus.migrateSpecializations"
- label="Migrate Specializations"
- mnemonic="S"
- style="push">
- <visibleWhen
- checkEnabled="false">
- <with
- variable="selection">
- <iterate
- ifEmpty="false"
- operator="and">
- <adapt
- type="org.eclipse.core.resources.IFile">
- </adapt>
- </iterate>
- </with>
- </visibleWhen>
- </command>
- </menuContribution>
- <menuContribution
- allPopups="false"
- locationURI="popup:org.eclipse.papyrus.dev.ui.menu">
- <command
- commandId="org.eclipse.papyrus.infra.dev.types.commands.elementTypeInfo"
- id="org.eclipse.papyrus.infra.dev.types.menus.elementTypeInfo"
- label="ElementType Info"
- mnemonic="E"
- style="push">
- <visibleWhen
- checkEnabled="false">
- <with
- variable="selection">
- <iterate
- ifEmpty="false"
- operator="and">
- <adapt
- type="org.eclipse.emf.ecore.EObject">
- </adapt>
- </iterate>
- </with>
- </visibleWhen>
- </command>
- </menuContribution>
- </extension>
-
- <extension
- point="org.eclipse.ui.commands">
- <command
- defaultHandler="org.eclipse.papyrus.dev.types.handlers.MigrateTypesConfigurations"
- id="org.eclipse.papyrus.infra.dev.types.commands.migrateTypesConfigurations"
- name="Migrate TypesConfigurations">
- </command>
- <command
- defaultHandler="org.eclipse.papyrus.dev.types.handlers.GenerateElementTypesRegistry"
- id="org.eclipse.papyrus.infra.dev.types.commands.generateElementTypesRegistry"
- name="Generate ElementTypes Registry">
- </command>
- <command
- defaultHandler="org.eclipse.papyrus.dev.types.handlers.ElementTypeInfo"
- id="org.eclipse.papyrus.infra.dev.types.commands.elementTypeInfo"
- name="ElementType Info">
- </command>
- <command
- defaultHandler="org.eclipse.papyrus.dev.types.handlers.MigrateSpecializations"
- id="org.eclipse.papyrus.infra.dev.types.commands.migrateSpecializations"
- name="Migrate Specializations">
- </command>
- </extension>
- <extension
- point="org.eclipse.ui.views">
- <view
- category="org.eclipse.papyrus.dev.views.category"
- class="org.eclipse.papyrus.dev.types.view.RegistredElementTypesView"
- id="org.eclipse.papyrus.dev.types.registeredElementTypesView"
- name="%viewRegisteredElementtype.name"
- icon="icons/Papyrus.gif"
- restorable="true">
- </view>
- <category
- id="org.eclipse.papyrus.dev.views.category"
- name="%category.name" >
- </category>
- </extension>
-
- <extension
- point="org.eclipse.ui.views">
- <view
- category="org.eclipse.papyrus.dev.views.category"
- class="org.eclipse.papyrus.dev.types.view.TypesConfigurationsListenerView"
- id="org.eclipse.papyrus.dev.types.typesConfigurationsListenerView"
- name="%viewListenerElementtype.name"
- icon="icons/Papyrus.gif"
- restorable="true">
- </view>
- <category
- id="org.eclipse.papyrus.dev.views.category"
- name="%category.name" >
- </category>
- </extension>
-
-</plugin>

Back to the top