commit | a27a64d30c77373b52bee4efa2c26ff44b10fde3 | [log] [tgz] |
---|---|---|
author | Guillaume Nodet <gnodet@apache.org> | Mon Jul 27 08:27:29 2009 +0000 |
committer | Guillaume Nodet <gnodet@apache.org> | Mon Jul 27 08:27:29 2009 +0000 |
tree | 70dcbba808b5bd4577a753365c90ede5fc9d56bf | |
parent | da605a7b82102452585c8dce259500a260d9694e [diff] |
Put the shell commands in the scope by default git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@798075 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/gshell/gshell-console/src/main/java/org/apache/felix/karaf/gshell/console/jline/Console.java b/karaf/gshell/gshell-console/src/main/java/org/apache/felix/karaf/gshell/console/jline/Console.java index deb13e0..dd46afc 100644 --- a/karaf/gshell/gshell-console/src/main/java/org/apache/felix/karaf/gshell/console/jline/Console.java +++ b/karaf/gshell/gshell-console/src/main/java/org/apache/felix/karaf/gshell/console/jline/Console.java
@@ -67,6 +67,7 @@ this.err = err; this.consoleInput = new ConsoleInputStream(); this.session = processor.createSession(this.consoleInput, this.out, this.err); + this.session.put("SCOPE", "shell:osgi:*"); this.terminal = term == null ? new UnsupportedTerminal() : term; this.closeCallback = closeCallback; reader = new ConsoleReader(this.consoleInput,