Dark Planet Development Platform |
The build target defines the base bundles which will be included when you release an OSGi application. Our build target includes something called the "delta pack", as well as bundles for RCP (Rich Client Platform) and Equinox. This is a very common style of target platform which includes things you'll need to run on different operating systems (the delta pack), things you'll need to run OSGi (Equinox), and things you'll need if you want to build Eclipse driven GUI tools (the RCP). As a result, our build target is pretty large, about 200 MB. If you want to install our build target then download or checkout "EveTarget" and extract it as a project in your Eclipse workspace. You can set "EveTarget" as your build target as follows:
Eclipse makes it very easy to import a bundle: