Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » [P2] Eclipse RCP and Update
[P2] Eclipse RCP and Update [message #511649] Tue, 02 February 2010 12:07
Thomas M. is currently offline Thomas M.Friend
Messages: 7
Registered: November 2009
Junior Member
Hello,
I have an RCP application which can be extended with additional modules. The expansion module can also provide language packs. Now I want someone to install via the update manager, the language packs for module1 and the module itself is installed with. Thus, the language packs should have a dependency on module1.

module1.languagepack.eng -> module1

This works even if only once. However, if I now publish an update for module1 it is not recognized by the automatic update. this is where the fact that exists in the herachy is under module1.languagepack.eng.

I inserted the following into the p2.inf (module1.languagepack.eng):

requires.1.namespace = org.eclipse.equinox.p2.iu
requires.1.name = module1.feature.group
requires.1.range = [0.9.0,1.0.0)

how can I let the install modul1.feature so that it is also detected during the automatic update?

[Updated on: Tue, 02 February 2010 12:11]

Report message to a moderator

Previous Topic:Consuming Web services within osgi bundles
Next Topic:categorizing p2 repositories dynamically on a CI server for features with qualifiers
Goto Forum:
  


Current Time: Tue Mar 19 10:53:51 GMT 2024

Powered by FUDForum. Page generated in 0.01400 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top