Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to update plugin versions?(how to automatically change my rcp app plugins from 1.0.0 to 1.1.0?)
How to update plugin versions? [message #535917] Wed, 26 May 2010 10:37 Go to next message
Mohamed Hussein is currently offline Mohamed HusseinFriend
Messages: 76
Registered: July 2009
Member
Hello,

While working on RCP products, you will definitely need to release different versions of your product (plugins).

I have seen many tutorials talking about how to use the qualifier in automated build scripts, my question here is once you want to change the <major>.<minor>.<patch>, is there an automated way to do so?

For example, if I want to change all my plugin versions from 1.0.0 to 1.1.0 do I need to do this manually in the plugins and their dependencies, or is there an automated way?

I am using PDE build with Ant.

Thanks in advance,
Mohamed.
Re: How to update plugin versions? [message #535948 is a reply to message #535917] Wed, 26 May 2010 12:55 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

It's manual. Each segment implies a different level of change, and it
is change to the software that will require change to the bundle
version. This is the scheme Eclipse itself uses:
http://wiki.eclipse.org/Version_Numbering

If you enable API Analysis (API Tooling) and set an API baseline for
your workspace, the API tooling will tell you when you need to bump the
minor and service segments.

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: How to update plugin versions? [message #675108 is a reply to message #535948] Mon, 30 May 2011 10:32 Go to previous messageGo to next message
Mohamed Hussein is currently offline Mohamed HusseinFriend
Messages: 76
Registered: July 2009
Member
Thanks a lot Paul for the Informative reply.

My question now is not regarding, when to change the versions, but rather, how to change them?

Is there a way to automatically change all plugins in the workspace to a certain version (at the start of a dev cycle for example if this is our policy)?

Thanks again.


Best Regards,
Mohamed.
Re: How to update plugin versions? [message #675157 is a reply to message #675108] Mon, 30 May 2011 13:01 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

As I said, no, it's manual.

PW


Previous Topic:Perspective is still visible even after uninstalling eclipse plugin
Next Topic:Implement Cancel Functionality
Goto Forum:
  


Current Time: Fri Apr 19 13:42:49 GMT 2024

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

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

Back to the top