Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not export generated oma-objects-spec.json file as OSGi package.
Remove obsolete package imports. Let maven bundle plugin derive version range to import from dependency declarations.
- Loading branch information
12e617a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not? maybe someone want to use it for building his UI?
12e617a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we want to make this possible then we need to put the file in a package and export the package. Then a client can load the file via a classloader.
12e617a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok let's see if someone complain :)