Bug 300048

Summary: [General] Move extra plugins in more appropriate directory
Product: [Modeling] Papyrus Reporter: Cedric Dumoulin <cedric.dumoulin>
Component: CoreAssignee: Cedric Dumoulin <cedric.dumoulin>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P1 CC: rschnekenburger, thibault.landre
Version: 0.7.0   
Target Milestone: M5   
Hardware: PC   
OS: All   
Whiteboard:

Description Cedric Dumoulin CLA 2010-01-19 09:08:15 EST
Some plugins are not directly part of the Papyrus distribution. They can be moved in another hierarchy.
This will ease the creation of a main feature (Papyrus), and additional features linked to the extra plugins.
Example of plugins:
- java reverse
- modisco adapter
- example.*
- umltools adapters
- ...
I propose to create a new dir called 'extraplugins' at the same level as the 'plugins' dir.
In this 'extraplugins' dir, we will have one dir for each possible extra feature.

Example of the proposal:
  --trunk 
       +--- plugins
       +--- extraplugins
                  +--- reverse
                            +--- org.eclipse.papyrus.java.reverse
                            +--- org.eclipse.papyrus.java.reverse.ui
                  +--- modisco
                            +--- org.eclipse.papyrus.adaptor.modisco
                  +--- sashexamples
                           +--- org.eclipse.papyrus.example....
Comment 1 Thibault Landré CLA 2010-01-29 04:42:17 EST
The build is broken as the org.eclipse.papyrus.releng/maps/papyrus.map has not been updated yet
Comment 2 Remi Schnekenburger CLA 2010-01-29 05:43:09 EST
the map has been corrected, the build seems to be OK
Comment 3 Patrick Tessier CLA 2010-03-26 07:33:31 EDT
ok