You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2008/09/10 22:36:53 UTC

svn commit: r693970 - /felix/trunk/shell.remote/obr.xml

Author: fmeschbe
Date: Wed Sep 10 13:36:52 2008
New Revision: 693970

URL: http://svn.apache.org/viewvc?rev=693970&view=rev
Log:
FELIX-709 Add OBR descriptor listing the imported services

Added:
    felix/trunk/shell.remote/obr.xml

Added: felix/trunk/shell.remote/obr.xml
URL: http://svn.apache.org/viewvc/felix/trunk/shell.remote/obr.xml?rev=693970&view=auto
==============================================================================
--- felix/trunk/shell.remote/obr.xml (added)
+++ felix/trunk/shell.remote/obr.xml Wed Sep 10 13:36:52 2008
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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>
+    <require extend="false"
+        filter="(service=org.osgi.service.log.LogService)"
+        multiple="false" name="service" optional="true">
+        Import Service org.osgi.service.log.LogService
+    </require>
+</obr>
\ No newline at end of file