Updated Branches: refs/heads/master d5ba3f2da -> 0852b22cf
WICKET-4517 Wicket-core don't export "internal" packages in OSGi manifest. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0852b22c Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0852b22c Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0852b22c Branch: refs/heads/master Commit: 0852b22cf464073dee460ffd4b6c15d73b0c3d7b Parents: d5ba3f2 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed May 9 10:30:02 2012 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed May 9 10:30:02 2012 +0300 ---------------------------------------------------------------------- pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/0852b22c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f7c1dad..d2741a2 100644 --- a/pom.xml +++ b/pom.xml @@ -747,6 +747,7 @@ </goals> <configuration> <instructions> + <Export-Package>*</Export-Package> <Import-Package>org.apache.wicket*</Import-Package> <DynamicImport-Package>*</DynamicImport-Package> <_nouses>true</_nouses>
