Repository: gora Updated Branches: refs/heads/master e707ca6f5 -> aff724878
GORA-291 Gora-core, unable to wire up packages not known in advance Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/aff72487 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/aff72487 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/aff72487 Branch: refs/heads/master Commit: aff724878db38c3c7adf2f12f827a7ed0bbe0fbe Parents: e707ca6 Author: Lewis John McGibbney <[email protected]> Authored: Fri Jan 8 15:32:14 2016 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Fri Jan 8 15:32:14 2016 -0800 ---------------------------------------------------------------------- gora-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/aff72487/gora-core/pom.xml ---------------------------------------------------------------------- diff --git a/gora-core/pom.xml b/gora-core/pom.xml index d0e4c67..d12717d 100644 --- a/gora-core/pom.xml +++ b/gora-core/pom.xml @@ -51,7 +51,7 @@ <properties> <osgi.import>*</osgi.import> - <osgi.dynamic.import>*<osgi.dynamic.import> + <osgi.dynamic.import>*</osgi.dynamic.import> <osgi.export>org.apache.gora*;version="${project.version}";-noimport:=true</osgi.export> </properties>
