Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Managing several versions of the same plugin into one workspace
Managing several versions of the same plugin into one workspace [message #1000209] Mon, 14 January 2013 09:10 Go to next message
El Arbi Aboussoror is currently offline El Arbi AboussororFriend
Messages: 90
Registered: June 2010
Member
Hi,

Since I cannot have 2 projects with the same name (e.g org.eclipse.myPlugin) how can I manage 2 different versions of a plugin in my workspace ? any convention ?

[Updated on: Mon, 14 January 2013 15:30]

Report message to a moderator

Re: Managing several versions of the same plugin into one workspace [message #1000360 is a reply to message #1000209] Mon, 14 January 2013 15:40 Go to previous messageGo to next message
Curtis Windatt is currently offline Curtis WindattFriend
Messages: 166
Registered: July 2009
Senior Member
Assuming that it is valid to have both bundles activated in the OSGi state at the same time (different versions and non-singleton bundles), you can simply rename the project to include the version.

PDE uses the symbolic name in the Manifest.MF, not the project name to create its models.
Re: Managing several versions of the same plugin into one workspace [message #1000369 is a reply to message #1000360] Mon, 14 January 2013 15:59 Go to previous message
El Arbi Aboussoror is currently offline El Arbi AboussororFriend
Messages: 90
Registered: June 2010
Member
Ok, thanks.
Previous Topic:Export Feature includes the father feature in 3.6 eclipse and not in 3.5
Next Topic:UI tests for pure-e4 apps (no compatibility layer)
Goto Forum:
  


Current Time: Fri Apr 26 03:56:31 GMT 2024

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

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

Back to the top