I need to automate Installation of Eclipse Classic and add two "plugins" :
- CDT (not sure this can be called a "plugin")
- PyDev
Install Eclipse Classic (just downloaded) :
sudo tar -xvzf eclipse-SDK-3.7-linux-gtk.tar.gz -C /usr/local/
How to install then CDT and PyDev as system plugins (not user's)?
I could find these two docs which helped :
Install freshly downloaded Eclipse Classic :
To install desired CDT features (references found by using Eclipse's "Help>Install new software" tool)
run :
To install PyDev, we first need to insert their auto-signed certificate (which can be found here : http://pydev.org/pydev_certificate.cer )
so run it :
The desired PyDev features are :
run :
This is a late answer but you might want to check out copying the feature and plugin directory of your repository to a folder called dropins located under the main eclipse folder. This works as of Helios and later. More information can be found at this link.
You may add CDT and PyDev manually, from GUI, into your current Eclipse installation. Then pack them altogether into one archive & unpack on target system(s).