You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by an...@apache.org on 2016/10/12 19:44:49 UTC

karaf-decanter git commit: fixing export version

Repository: karaf-decanter
Updated Branches:
  refs/heads/master 806f51ab1 -> bbcabfc73


fixing export version

Project: http://git-wip-us.apache.org/repos/asf/karaf-decanter/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-decanter/commit/bbcabfc7
Tree: http://git-wip-us.apache.org/repos/asf/karaf-decanter/tree/bbcabfc7
Diff: http://git-wip-us.apache.org/repos/asf/karaf-decanter/diff/bbcabfc7

Branch: refs/heads/master
Commit: bbcabfc73cb442c9096647eb44b9fb6e20fd22c4
Parents: 806f51a
Author: anierbeck <bc...@googlemail.com>
Authored: Wed Oct 12 21:45:14 2016 +0200
Committer: anierbeck <bc...@googlemail.com>
Committed: Wed Oct 12 21:45:14 2016 +0200

----------------------------------------------------------------------
 tools-jar-wraper/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/bbcabfc7/tools-jar-wraper/pom.xml
----------------------------------------------------------------------
diff --git a/tools-jar-wraper/pom.xml b/tools-jar-wraper/pom.xml
index 195307b..a7e0696 100644
--- a/tools-jar-wraper/pom.xml
+++ b/tools-jar-wraper/pom.xml
@@ -227,7 +227,7 @@
 							sun.tools.serialver;version="0.0.0",
 							sun.tools.serialver.resources;version="0.0.0",
 							sun.tools.tree;version="0.0.0",
-							sun.tools.util
+							sun.tools.util;version="0.0.0"
 						</Export-Package>
 						<Bundle-ClassPath>external:$java.home$/../lib/tools.jar</Bundle-ClassPath>
 					</instructions>