You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/12/03 20:07:15 UTC

svn commit: r600637 - in /servicemix/branches/servicemix-4.0: apache-servicemix/pom.xml apache-servicemix/src/main/descriptors/unix-bin.xml pom.xml

Author: gnodet
Date: Mon Dec  3 11:07:14 2007
New Revision: 600637

URL: http://svn.apache.org/viewvc?rev=600637&view=rev
Log:
Add OBR to the distribution

Modified:
    servicemix/branches/servicemix-4.0/apache-servicemix/pom.xml
    servicemix/branches/servicemix-4.0/apache-servicemix/src/main/descriptors/unix-bin.xml
    servicemix/branches/servicemix-4.0/pom.xml

Modified: servicemix/branches/servicemix-4.0/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/apache-servicemix/pom.xml?rev=600637&r1=600636&r2=600637&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/apache-servicemix/pom.xml (original)
+++ servicemix/branches/servicemix-4.0/apache-servicemix/pom.xml Mon Dec  3 11:07:14 2007
@@ -138,6 +138,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.gshell</groupId>
+            <artifactId>org.apache.servicemix.gshell.obr</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.gshell</groupId>
             <artifactId>org.apache.servicemix.gshell.osgi</artifactId>
         </dependency>
         <dependency>

Modified: servicemix/branches/servicemix-4.0/apache-servicemix/src/main/descriptors/unix-bin.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/apache-servicemix/src/main/descriptors/unix-bin.xml?rev=600637&r1=600636&r2=600637&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/apache-servicemix/src/main/descriptors/unix-bin.xml (original)
+++ servicemix/branches/servicemix-4.0/apache-servicemix/src/main/descriptors/unix-bin.xml Mon Dec  3 11:07:14 2007
@@ -165,7 +165,7 @@
             <unpack>false</unpack>
             <scope>runtime</scope>
             <includes>
-                <include>org.apache.felix:bundlerepository</include>
+                <include>org.apache.felix:org.apache.felix.bundlerepository</include>
                 <include>org.apache.servicemix.gshell:org.apache.servicemix.gshell.obr</include>
             </includes>
         </dependencySet>

Modified: servicemix/branches/servicemix-4.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/pom.xml?rev=600637&r1=600636&r2=600637&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/pom.xml (original)
+++ servicemix/branches/servicemix-4.0/pom.xml Mon Dec  3 11:07:14 2007
@@ -82,7 +82,7 @@
         <openjpa.version>1.0.1</openjpa.version>
         <pax.logging.version>0.9.8-SNAPSHOT</pax.logging.version>
         <servicemix3.version>3.2.1-SNAPSHOT</servicemix3.version>
-        <bundlerepository.version>1.0.0</bundlerepository.version>
+        <bundlerepository.version>1.1.0-SNAPSHOT</bundlerepository.version>
     </properties>
 
     <repositories>