Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] PDE build does not include correct versions of required plugins


Perhaps related to Bug 203270 - Problems with qualifier substitution and bundle look-up?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=203270
Which was worked around by including the qualifier in the feature.xml.




kennywest <kenneth.westelinck@xxxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

10/02/2007 11:11 AM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
pde-build-dev@xxxxxxxxxxx
cc
Subject
[pde-build-dev] PDE build does not include correct versions of        required plugins






I am using Eclipse 3.3
I have the following plug-in structure:
plugin/A
plugin/B
plugin/C

A is actually a product. The product configuration is based on plug-ins. The
A.product file lists all required plug-ins for A, B and C.

B is using a custom version of the databinding framework (most recent SVN
trunk). So, B lists the following required bundles in its MANIFEST.MF:
...
org.eclipse.core.databinding;bundle-version="1.3.0",
org.eclipse.core.databinding.beans;bundle-version="1.3.0",
org.eclipse.jface.databinding;bundle-version="1.3.0"
...

Running the product from Eclipse IDE resolves the correct databinding
framework. When building the application using PDE build + Maven, the
databinding plug-ins that ship with 3.3 are copied to the .zip file. If I
remove the original versions from eclipse/plugin directory, of course, my
versions are copied to the .zip file.
This is rather annoying, since I am not the only developer on this project
:)

How can I tell PDE build to copy a specific version of the databinding
plug-ins to the resulting .zip file?

Thanks.
--
View this message in context: http://www.nabble.com/PDE-build-does-not-include-correct-versions-of-required-plugins-tf4555419.html#a13000758
Sent from the Eclipse PDE - build mailing list archive at Nabble.com.

_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top