Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 38dcbddcb -> 94e08b858
[KARAF-3283] Fix typo mistake in org.apache.karaf.bundle.core Private-Package statement, preventing the usage of bundle:watch command Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/94e08b85 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/94e08b85 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/94e08b85 Branch: refs/heads/karaf-3.0.x Commit: 94e08b858e0da6f080d724340a7e5450b876c441 Parents: 38dcbdd Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Oct 17 15:29:06 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Oct 17 15:29:06 2014 +0200 ---------------------------------------------------------------------- bundle/core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/94e08b85/bundle/core/pom.xml ---------------------------------------------------------------------- diff --git a/bundle/core/pom.xml b/bundle/core/pom.xml index c05a0b6..7b09dce 100644 --- a/bundle/core/pom.xml +++ b/bundle/core/pom.xml @@ -118,7 +118,7 @@ org.apache.karaf.bundle.core.internal, org.apache.felix.utils.version, org.apache.felix.utils.manifest, - org;apache.karaf.util.maven + org.apache.karaf.util.maven </Private-Package> </instructions> </configuration>
