Export org.apache.brooklyn.* in OSGi bundles In preparation for renaming the base package to org.apache.brooklyn.
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0d7c48c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0d7c48c2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0d7c48c2 Branch: refs/heads/master Commit: 0d7c48c2d6346d2330d4ff3dd9c987cabd0cd657 Parents: 726bebc Author: Ciprian Ciubotariu <[email protected]> Authored: Tue Jul 14 18:32:40 2015 +0300 Committer: Ciprian Ciubotariu <[email protected]> Committed: Wed Jul 15 16:56:03 2015 +0300 ---------------------------------------------------------------------- parent/pom.xml | 2 +- usage/downstream-parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0d7c48c2/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index ee23f9d..c0080d3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1375,7 +1375,7 @@ In time we should minimize our export lists to what is really needed. --> - <Export-Package>brooklyn.*</Export-Package> + <Export-Package>brooklyn.*,org.apache.brooklyn.*</Export-Package> <Implementation-SHA-1>${buildNumber}</Implementation-SHA-1> <Implementation-Branch>${scmBranch}</Implementation-Branch> </instructions> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0d7c48c2/usage/downstream-parent/pom.xml ---------------------------------------------------------------------- diff --git a/usage/downstream-parent/pom.xml b/usage/downstream-parent/pom.xml index 8d544fc..2dea7ce 100644 --- a/usage/downstream-parent/pom.xml +++ b/usage/downstream-parent/pom.xml @@ -454,7 +454,7 @@ In time we should minimize our export lists to what is really needed. --> - <Export-Package>brooklyn.*</Export-Package> + <Export-Package>brooklyn.*,org.apache.brooklyn.*</Export-Package> <!-- Brooklyn-Feature prefix triggers inclusion of the project's metadata in the server's features list. --> <Brooklyn-Feature-Name>${project.name}</Brooklyn-Feature-Name> </instructions>
