commit | 9944670a1d91048bafdadf99cfc823b3f36ef5a9 | [log] [tgz] |
---|---|---|
author | Derek Baum <dbaum@apache.org> | Thu May 13 17:32:34 2010 +0000 |
committer | Derek Baum <dbaum@apache.org> | Thu May 13 17:32:34 2010 +0000 |
tree | f1c8bbd9460f9b627f1a473d28d702bf76d95b7c | |
parent | 127f10d61c6d3f3d48f88686fd4cb773dff635ec [diff] |
added scripting support (FELIX-2339). moved registration of all commands and converters from runtime to shell (FELIX-2328). git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@943947 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/commands/pom.xml b/gogo/commands/pom.xml index 2a283ff..de58430 100644 --- a/gogo/commands/pom.xml +++ b/gogo/commands/pom.xml
@@ -24,7 +24,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <packaging>bundle</packaging> - <name>Apache Felix Gogo Shell Commands</name> + <name>Apache Felix Gogo Commands</name> <artifactId>org.apache.felix.gogo.commands</artifactId> <version>0.5.0-SNAPSHOT</version> <dependencies>
diff --git a/gogo/commands/src/test/java/org/apache/felix/gogo/commands/Context.java b/gogo/commands/src/test/java/org/apache/felix/gogo/commands/Context.java index 9b1fbae..eb62bfb 100644 --- a/gogo/commands/src/test/java/org/apache/felix/gogo/commands/Context.java +++ b/gogo/commands/src/test/java/org/apache/felix/gogo/commands/Context.java
@@ -37,7 +37,7 @@ public Context() { - super(threadio); + super(threadio, null); } public Object execute(CharSequence source) throws Exception