You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2014/01/27 21:23:36 UTC

git commit: KARAF-2739 Open jansi import in shell table to allow usage in karaf 2.x

Updated Branches:
  refs/heads/master 6e4d4140d -> 2d705cfa9


KARAF-2739 Open jansi import in shell table to allow usage in karaf 2.x


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

Branch: refs/heads/master
Commit: 2d705cfa93c8b40f39e7ab9f3fd0d4834bbc8029
Parents: 6e4d414
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Jan 27 21:23:07 2014 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Jan 27 21:23:07 2014 +0100

----------------------------------------------------------------------
 shell/table/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/2d705cfa/shell/table/pom.xml
----------------------------------------------------------------------
diff --git a/shell/table/pom.xml b/shell/table/pom.xml
index f80839c..1aebae9 100644
--- a/shell/table/pom.xml
+++ b/shell/table/pom.xml
@@ -56,6 +56,11 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+		<configuration>
+		    <instructions>
+		       <Import-Package>org.fusesource.jansi;version="[1.9,2)",*</Import-Package>
+		    </instructions>
+	        </configuration>
             </plugin>
         </plugins>
     </build>