Author: rickhall
Date: Tue Aug 12 09:19:39 2008
New Revision: 685216

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

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

Added: felix/trunk/shell.tui/obr.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/shell.tui/obr.xml?rev=685216&view=auto
==============================================================================
--- felix/trunk/shell.tui/obr.xml (added)
+++ felix/trunk/shell.tui/obr.xml Tue Aug 12 09:19:39 2008
@@ -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>

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

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


Reply via email to