eclipse-builder
eclipse-builder copied to clipboard
A bash script to create Eclipse distributions
The `--local-url` was introduced to mirror remote update sites (repositories) to a local location and create Eclipse distros in a more reliable way. However, it turned out that this feature...
Seems to be something wrong with the builder script or my bash env.? . Can get it to accept command line args. Fails on "No platforms defined. Terminating..." when using...
Eclipse has the concept of a `plugin_customization.ini` that you can use to override the default values of workspace preferences when initializing a new workspace. This is normally used for branded...
File-structure wise, currently all features and plugins are placed together under `eclipse/features` and `eclipse/plugins` I wonder if it would make sense to keep those isolated to features+plugins retrieved from download.eclipse.org,...