Mercurial > hg > Blog
comparison content/Eclipse/link-files.md @ 0:4cd9b65e10e4
initial import of the pelican based blog
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 28 Jun 2013 08:48:58 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4cd9b65e10e4 |
---|---|
1 Title: Eclipse link files | |
2 Date: 2009-03-03 | |
3 Lang: en | |
4 | |
5 Starting with Eclipse Ganymede you have a *dropins* folder into which you can drop custom plugins that don't come via an update site. | |
6 | |
7 Some plugins come with a feature, however so you're forced to mainain a directory structure below the dropins folder. Add working across different Eclipse installations (probably on different hosts) to the mix and you'll have a bit of boring, repetitive work mainaining the the dropins folder. | |
8 | |
9 Enter link files (mentioned [briefly here](http://wiki.eclipse.org/Equinox_p2_Getting_Started#Dropins)). I have put all of the additional plugins in a custom mercurial repository that I sync on all machines that I use. The only modifications I still have to make to the local Eclipse installation is setting up the .link file - very handy. |