[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[pde-build-dev] Cross reference to muliple version plugin
|
- From: "Chengdong Li" <chengdong.li@xxxxxxxxx>
- Date: Wed, 2 Apr 2008 08:58:14 -0700
- Delivered-to: pde-build-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type; bh=mB43Z0X/gdvLZcaypUyraqzFg4l/ztp9IEqI6Z+Uits=; b=M4E+PtGZ9JpBBZhpO6AGpzb3JblCg3+sFShD9kPMwB9Cb9x95V3J0Sgyv0efQOwONZY+ukvkywZcUTgQbLoocVixGqi6QVWypbg50iU0Zvkg7tkQO6S+/q7Q1ilmX0CBtQ26Qg75SjhgNoKI+fxxtRCh9Av2I4aYwBMt+II32P0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:mime-version:content-type; b=k65MIzKDelvWnfFe5suM7RabFBocmFB1bJ249iY3Cy41hcGPPI9Z6G6uAYQbetmxGPyd29Rkn6/0FJ1WTPgk6PmjPJtokTcc3iUgLjE/9YhEgwtPIqNH/hRVmgCZjNq+IY30Om2JezhHPghshQrIazNT9tWU+AsFXFsEqP3uiVU=
Hi,
As described in the followed figure, we have a product depends on on 2
pre-built features FA which depend on plugin PA_2, and FB which depends on
PB_1. In the baselocation, there are 2 different version of PA: PA_1 and
PA_2, PA_2 is a higher version. Plugin PA is an independent plugin, it is not
included in any features, for example, the org.eclipse.osgi plugin.
Product:
|- FA
| |_ PA_2
|
|- FB
| |_ PB_1
BaseLocation:
|- features
| |- FA
| |_ FB
|
|- plugins
| |- PA_1
| |- PA_2
| |- PB_1
.....
Question:
- when using PDE product build, which version of PA will be discovered?
Based on our build, on some machine PA_1 is chosen, and on others PA_2 is
choosen. Can someone explain how PDE product build discovers the plugin
version in above case?
Thanks
-chengdong