Maps.newHashMap() was replaced with null in numerous locations. A null check is performed in the locations that read this value. This prevents unnecessary allocation of memory and fixes compiler errors.
"final" keyword added to RepeatEachEffect, which used local variables in non-local scope.
- moving mobile source and resource files to adhere to the maven conventions
- clean up of the poms
- regenerated the eclipse project files with mvn eclipse:eclipse to put them inline with the modifications of the poms
- adding structure of the bundle module