the bundle names should be named with an underline between name and version
at the moment I have to write in config.ini:
osgi.bundles=org.eclipse.equinox.common@2:start,
org.eclipse.update.configurator@3:start,
org.eclipse.osgi.services@start,
org.eclipse.equinox.cm@start,
org.eclipse.equinox.ds@start,
org.eclipse.equinox.log@start,
org.eclipse.equinox.util@start, javax.servlet, ow2-bundles-externals-commons-logging-1.0.5, easybeans-component-carol-1.0.0, .....
but I want to write as usual with all other equinox bundles:
osgi.bundles=org.eclipse.equinox.common@2:start,
org.eclipse.update.configurator@3:start,
org.eclipse.osgi.services@start,
org.eclipse.equinox.cm@start,
org.eclipse.equinox.ds@start,
org.eclipse.equinox.log@start,
org.eclipse.equinox.util@start, javax.servlet, ow2-bundles-externals-commons-logging, easybeans-component-carol,
thx
ekke