Bug 300048 - [General] Move extra plugins in more appropriate directory
Summary: [General] Move extra plugins in more appropriate directory
Status: RESOLVED FIXED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Core (show other bugs)
Version: 0.7.0   Edit
Hardware: PC All
: P1 blocker (vote)
Target Milestone: M5   Edit
Assignee: Cedric Dumoulin CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-19 09:08 EST by Cedric Dumoulin CLA
Modified: 2010-03-26 07:33 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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