commit | fbd735b96f74b7cf2c90d6270b5b9669fa3df753 | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Thu Jun 11 16:07:20 2009 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Thu Jun 11 16:07:20 2009 +0000 |
tree | 4ac8d09017c94441f78fd340d4ae2228b03136c3 | |
parent | 263de42074f7df1ff151a31ab4e9b959e9d334d4 [diff] [blame] |
Initial commit of OSGi Shell contribution. (FELIX-946) git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@783826 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/proc.bnd b/gogo/proc.bnd new file mode 100644 index 0000000..84dc020 --- /dev/null +++ b/gogo/proc.bnd
@@ -0,0 +1,5 @@ +-output: work +Private-Package: aQute.cpeg +Service-Component: aQute.cpeg.Procedural; \ + provide:=aQute.cpeg.Procedural; \ + properties:="osgi.command.scope=proc,osgi.command.function=new"