Added OBR descriptor and updated to latest bundle plugin. (FELIX-669)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@685216 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/shell.tui/obr.xml b/shell.tui/obr.xml
new file mode 100644
index 0000000..693e4ed
--- /dev/null
+++ b/shell.tui/obr.xml
@@ -0,0 +1,21 @@
+<!-- 
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+ 
+    http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License. 
+-->
+<obr>
+  <require extend="false" filter="(service=org.apache.felix.shell.ShellService)" multiple="false" name="service" optional="false">Import Service org.apache.felix.shell.ShellService</require>
+</obr>
diff --git a/shell.tui/pom.xml b/shell.tui/pom.xml
index 000812d..cc7bfd2 100644
--- a/shell.tui/pom.xml
+++ b/shell.tui/pom.xml
@@ -46,7 +46,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.4.0</version>
+        <version>1.4.3</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>