I have plugins for eclipse 3.2.2 (3.2.2 can be run under java 1.4) in
feature. Plugins require java 1.5 (So they cannot be run under java
1.4). I can specify execution environment for each plugin like
Bundle-RequiredExecutionEnvironment: J2SE-1.5
but it doesn't prevent users from installing feature with such plugins
(cause eclipse.ee.install.verify=false by default).
I did not find in eclipse docs answer to my question:
Is there a simple way to set feature unavailable for user on update site
when user doesn't have java required for my feature?
I suppose that the answer is NO but however is such enhancement planned?