Need advises for multiple RCA sharing plugins [message #443244] |
Wed, 25 January 2006 06:32  |
Eclipse User |
|
|
|
Hi !
I am developping a suite of multiple Rich Client Applications that build
on common plugins. I need advises on how to organize the files
physically on the system.
I thought to this model of RCA installation found in EclipseCon2005
docs, but how can I adapt it to many applications ? :
hyperbola/
|
| hyperbola.exe
| hyperbola.ini
|
| configuration/
| config.ini
|
| hyperbola-content/
| eclipse/
| plugins/
| <hyperbola plug-ins>
|
| eclipse/
| links/
| hyperbola.link
|
| plugins/
| <plug-ins from the RCP base>
I mean, I should have a root folder lile the hyperbola, one with common
plugins (RCP and my own ones), but without the .exe and .ini files nor
the hyperbola-content/ directory which should be placed in another root
location where I could put application1.exe + application1-content/,
application2.exe + application2-content, and so on.
What I did not exactly understood on the previous model was the
hyperbola.link : what does it points to exactly ?
TIA for advises,
--
Arnaud
|
|
|