[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.equinox] Subdirectories under plugins directory
|
Hi,
I have an environment how described in the equinox quick start guide:
somedir/
configuration/
config.ini
org.eclipse.osgi_3.3.0.jar
org.eclipse.equinox.common_3.3.0.jar
org.eclipse.update.configurator_3.2.100.jar
plugins/
B1.jar
B2.jar
Now I want to define subdirectories in the plugins directory e. g.
plugins/subdir1/B1.jar. On the example above:
somedir/
configuration/
config.ini
org.eclipse.osgi_3.3.0.jar
org.eclipse.equinox.common_3.3.0.jar
org.eclipse.update.configurator_3.2.100.jar
plugins/
subdir1/B1.jar
subdir2/B2.jar
But unfortunately the bundles B1 and B2 are no more automatically
installed/resolved.
Is it possible to configure equinox to search the bundles recursively in
the plugins directory ?