You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2007/09/24 21:54:44 UTC

svn commit: r578934 - in /felix/trunk: bundlerepository/ bundlerepository/src/main/java/org/osgi/ maven-obr-plugin/ org.osgi.service.obr/ org.osgi.service.obr/src/ org.osgi.service.obr/src/main/ org.osgi.service.obr/src/main/java/ org.osgi.service.obr/...

Author: mcculls
Date: Mon Sep 24 12:54:42 2007
New Revision: 578934

URL: http://svn.apache.org/viewvc?rev=578934&view=rev
Log:
Extract OSGi OBR service API to a non-bundle jar to avoid circular build problems

Added:
    felix/trunk/org.osgi.service.obr/   (with props)
    felix/trunk/org.osgi.service.obr/pom.xml   (with props)
    felix/trunk/org.osgi.service.obr/src/
    felix/trunk/org.osgi.service.obr/src/main/
    felix/trunk/org.osgi.service.obr/src/main/java/
    felix/trunk/org.osgi.service.obr/src/main/java/org/
    felix/trunk/org.osgi.service.obr/src/main/java/org/osgi/
      - copied from r578908, felix/trunk/bundlerepository/src/main/java/org/osgi/
Removed:
    felix/trunk/bundlerepository/src/main/java/org/osgi/
Modified:
    felix/trunk/bundlerepository/pom.xml
    felix/trunk/maven-obr-plugin/pom.xml
    felix/trunk/pom/pom.xml

Modified: felix/trunk/bundlerepository/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=578934&r1=578933&r2=578934&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Mon Sep 24 12:54:42 2007
@@ -32,7 +32,7 @@
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>org.osgi.service.obr</artifactId>
       <version>1.1.0-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: felix/trunk/maven-obr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/maven-obr-plugin/pom.xml?rev=578934&r1=578933&r2=578934&view=diff
==============================================================================
--- felix/trunk/maven-obr-plugin/pom.xml (original)
+++ felix/trunk/maven-obr-plugin/pom.xml Mon Sep 24 12:54:42 2007
@@ -47,14 +47,9 @@
       <version>2.2.2</version>
     </dependency>
     <dependency>
-      <groupId>${groupId}</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <version>1.0.0</version>
-    </dependency>
-    <dependency>
-      <groupId>${groupId}</groupId>
-      <artifactId>org.apache.felix.bundlerepository</artifactId>
-      <version>1.0.0</version>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.service.obr</artifactId>
+      <version>1.1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>

Propchange: felix/trunk/org.osgi.service.obr/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 24 12:54:42 2007
@@ -0,0 +1 @@
+target

Added: felix/trunk/org.osgi.service.obr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/org.osgi.service.obr/pom.xml?rev=578934&view=auto
==============================================================================
--- felix/trunk/org.osgi.service.obr/pom.xml (added)
+++ felix/trunk/org.osgi.service.obr/pom.xml Mon Sep 24 12:54:42 2007
@@ -0,0 +1,43 @@
+<!--
+ 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.
+-->
+<project>
+  <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix</artifactId>
+    <version>1.1.0-SNAPSHOT</version>
+    <relativePath>../pom/pom.xml</relativePath>
+  </parent>
+  <organization>
+    <name>OSGi Alliance</name>
+    <url>http://www.osgi.org/</url>
+  </organization>
+  <modelVersion>4.0.0</modelVersion>
+  <name>OSGi OBR Service API</name>
+  <description>OSGi OBR Service API</description>
+  <artifactId>org.osgi.service.obr</artifactId>
+  <version>1.1.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi_R4_core</artifactId>
+      <version>1.0</version>
+    </dependency>
+  </dependencies>
+</project>

Propchange: felix/trunk/org.osgi.service.obr/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: felix/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=578934&r1=578933&r2=578934&view=diff
==============================================================================
--- felix/trunk/pom/pom.xml (original)
+++ felix/trunk/pom/pom.xml Mon Sep 24 12:54:42 2007
@@ -96,8 +96,9 @@
         </property>
       </activation>
       <modules>
-        <module>../bundleplugin</module>
+        <module>../org.osgi.service.obr</module>
         <module>../maven-obr-plugin</module>
+        <module>../bundleplugin</module>
         <module>../scrplugin</module>
         <module>../tools/maven2/maven-osgi-plugin</module>
         <module>../ipojo/plugin</module>