Easy Eclipseplugin for RTC

IBM has this large 200+ MB Eclipse plugin, which gives me access to all the features of Eclipse.

Is there a lighter and lighter Eclipse plugin that simply gives you access to the information the developer needs. Basically just a list of work items assigned to me or my team.

Yes, I can configure a large existing IBM plugin to simply display this information, but then I still have this huge monster installed in my Eclipse.

I am aware of Tasktop Dev, which allows me to import work items into my mylyn task list, but I'm looking for something cheaper.

+4
source share
1 answer

No, because this plugin will need to manage work items and pluggable sets (a list of files with a version), that is, the planning and part of the source control.
In addition, you will need the EMF - GMF dependencies included in the 200+ MB package, as described in " Tip: Installing the Rational Team Concert Client in Eclipse 3.5.x ".

This is basically 75% of what the RTC plugin (the rest is a link to the JBE: Jazz Build Engine).

+4
source

All Articles