[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] P2 Director and configuration directory

Hi all,

is there a way to let the p2 director create an installation with
executable, plugins and configuration, where the configuration directory
is not named configuration but conf-xyz or something like that.

Normal layout:

<app-dir>/configuration
<app-dir>/features
<app-dir>/p2
<app-dir>/plugins
<app-dir>/xyz.exe
<app-dir>/xyz.ini

Alternate layout:

<app-dir>/conf-xyz
<app-dir>/features
<app-dir>/p2
<app-dir>/plugins
<app-dir>/xyz.exe
<app-dir>/xyz.ini

The whole purpose of this exercise is to have more than one product in
the same directory.

Final layout:

<app-dir>/conf-abc
<app-dir>/conf-xyz
<app-dir>/features
<app-dir>/p2
<app-dir>/plugins
<app-dir>/abc.exe
<app-dir>/abc.ini
<app-dir>/xyz.exe
<app-dir>/xyz.ini

Product abc and xyz use the plug-ins as bundle-pool with separate p2
profile.


TIA,
Marco