You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2008/08/12 18:19:01 UTC

svn commit: r685215 - in /felix/trunk/shell: obr.xml pom.xml

Author: rickhall
Date: Tue Aug 12 09:19:00 2008
New Revision: 685215

URL: http://svn.apache.org/viewvc?rev=685215&view=rev
Log:
Added OBR descriptor and updated to latest bundle plugin. (FELIX-669)

Added:
    felix/trunk/shell/obr.xml   (with props)
Modified:
    felix/trunk/shell/pom.xml

Added: felix/trunk/shell/obr.xml
URL: http://svn.apache.org/viewvc/felix/trunk/shell/obr.xml?rev=685215&view=auto
==============================================================================
--- felix/trunk/shell/obr.xml (added)
+++ felix/trunk/shell/obr.xml Tue Aug 12 09:19:00 2008
@@ -0,0 +1,31 @@
+<!-- 
+ 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.Command)" multiple="true" name="service" optional="true">Import Service org.apache.felix.shell.Command</require>
+  <require extend="false" filter="(service=org.ungoverned.osgi.service.shell.Command)" multiple="true" name="service" optional="true">Import Service org.ungoverned.osgi.service.shell.Command</require>
+  <capability name="service">
+    <p n="service" v="org.apache.felix.shell.Command"/>
+  </capability>
+  <capability name="service">
+    <p n="service" v="org.apache.felix.shell.ShellService"/>
+  </capability>
+  <capability name="service">
+    <p n="service" v="org.ungoverned.osgi.service.shell.ShellService"/>
+  </capability>
+</obr>

Propchange: felix/trunk/shell/obr.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: felix/trunk/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/shell/pom.xml?rev=685215&r1=685214&r2=685215&view=diff
==============================================================================
--- felix/trunk/shell/pom.xml (original)
+++ felix/trunk/shell/pom.xml Tue Aug 12 09:19:00 2008
@@ -41,7 +41,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>