ICE-8131 for ICEfaces 3.3 removed the propagation of @ResourceDependency and @ResourceDependencies from the Meta classes to the generated Base classes, as all of ACE migrated to using @ICEResourceDependency and @ICEResourceDependencies instead. But mobi, and potentially other third party uses of ACEnvironment, still depend on @ResourceDependency and @ResourceDependencies.
We could either switch mobi to use @ICEResourceDependency and @ICEResourceDependencies, which would still break third party usage of ACEnvironment, or re-add support for @ResourceDependency and @ResourceDependencies, along-side @ICEResourceDependency and @ICEResourceDependencies support.
Made the generator support propagation of both the stock JSF annotations and the ICEfaces annotations.
icefaces3 trunk
Subversion 34519
Committed the new generator code to icemobile
icemobile trunk
Subversion 34520