I'd like to package Eclipse + a few custom plugins, for internal use.
The package will contain the
How can I produce these custom builds?
They appear under a node in the hierarchy called "default package". This is because if you don't specify a package for your class, it will be grouped with all other non-packaged classes in this default package. You can add a new package in Eclipse by right-clicking on your project and selecting New > Package.
These packages are provided as a convenience to users; they represent common configurations of Eclipse projects that are often used together. However, since Eclipse is, at its core, an expandable platform, you can easily add other features and plugins to any of these packages.
You can follow the article "Composing and updating custom Eclipse distros" for eclipse Galileo.
If that approach is too complex, you can simply define a shared plugin directory in which you will dump the common plugins you need.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With