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:17:20 UTC

svn commit: r685214 - in /felix/trunk/bundlerepository: obr.xml pom.xml

Author: rickhall
Date: Tue Aug 12 09:17:19 2008
New Revision: 685214

URL: http://svn.apache.org/viewvc?rev=685214&view=rev
Log:
Added OBR descriptor and updated to the newest bundle plugin. (FELIX-672)

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

Added: felix/trunk/bundlerepository/obr.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundlerepository/obr.xml?rev=685214&view=auto
==============================================================================
--- felix/trunk/bundlerepository/obr.xml (added)
+++ felix/trunk/bundlerepository/obr.xml Tue Aug 12 09:17:19 2008
@@ -0,0 +1,26 @@
+<!-- 
+ 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>
+  <capability name="service">
+    <p n="service" v="org.apache.felix.shell.Command"/>
+  </capability>
+  <capability name="service">
+    <p n="service" v="org.osgi.service.obr.RepositoryAdmin"/>
+  </capability>
+</obr>

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

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