akhikhl / wuff

Gradle plugin for automating assembly of OSGi/Eclipse bundles and applications
MIT License
152 stars 51 forks source link

Whitelist Eclipse dependencies for OSGI Bundle Configurer #13

Closed jstarry closed 10 years ago

jstarry commented 10 years ago

If a project isn't found in the compile configuration, it doesn't mean we should automatically assume that it is an eclipse dependency. This commit adds a simple check for whitelisted eclipse dependencies.

akhikhl commented 10 years ago

Do you think, it would be even better to give a warning message in case if bundle does not resolve neither a Project nor to white-listed eclipse bundle? I mean, if-elseif-else. That would protect against typos in bundle names.