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/21 20:20:06 UTC

svn commit: r606276 - in /servicemix/smx4/runtime/trunk: assembly/pom.xml assembly/src/main/descriptors/unix-bin.xml assembly/src/main/descriptors/windows-bin.xml assembly/src/main/filtered-resources/etc/startup.properties pom.xml

Author: gnodet
Date: Fri Dec 21 11:20:06 2007
New Revision: 606276

URL: http://svn.apache.org/viewvc?rev=606276&view=rev
Log:
Add maven url handler to distribution

Modified:
    servicemix/smx4/runtime/trunk/assembly/pom.xml
    servicemix/smx4/runtime/trunk/assembly/src/main/descriptors/unix-bin.xml
    servicemix/smx4/runtime/trunk/assembly/src/main/descriptors/windows-bin.xml
    servicemix/smx4/runtime/trunk/assembly/src/main/filtered-resources/etc/startup.properties
    servicemix/smx4/runtime/trunk/pom.xml

Modified: servicemix/smx4/runtime/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/pom.xml?rev=606276&r1=606275&r2=606276&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/assembly/pom.xml Fri Dec 21 11:20:06 2007
@@ -165,6 +165,11 @@
           <version>${pax.logging.version}</version>
       </dependency>
       <dependency>
+          <groupId>org.ops4j.pax.runner</groupId>
+          <artifactId>pax-runner-handler-mvn</artifactId>
+          <version>${pax.runner.version}</version>
+      </dependency>
+      <dependency>
           <groupId>org.apache.geronimo.specs</groupId>
           <artifactId>geronimo-servlet_2.5_spec</artifactId>
           <version>${geronimo.servlet.version}</version>

Modified: servicemix/smx4/runtime/trunk/assembly/src/main/descriptors/unix-bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/src/main/descriptors/unix-bin.xml?rev=606276&r1=606275&r2=606276&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/src/main/descriptors/unix-bin.xml (original)
+++ servicemix/smx4/runtime/trunk/assembly/src/main/descriptors/unix-bin.xml Fri Dec 21 11:20:06 2007
@@ -137,6 +137,7 @@
 
 		        <!-- OBR + GShell command -->
                 <include>org.apache.felix:org.apache.felix.bundlerepository</include>
+                <include>org.ops4j.pax.runner:pax-runner-handler-mvn</include>
                 <include>org.apache.servicemix.runtime.gshell:org.apache.servicemix.runtime.gshell.obr</include>
                 <include>org.apache.servicemix.runtime.gshell:org.apache.servicemix.runtime.gshell.features</include>
 

Modified: servicemix/smx4/runtime/trunk/assembly/src/main/descriptors/windows-bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/src/main/descriptors/windows-bin.xml?rev=606276&r1=606275&r2=606276&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/src/main/descriptors/windows-bin.xml (original)
+++ servicemix/smx4/runtime/trunk/assembly/src/main/descriptors/windows-bin.xml Fri Dec 21 11:20:06 2007
@@ -129,6 +129,7 @@
 
 		        <!-- OBR + GShell command -->
                 <include>org.apache.felix:org.apache.felix.bundlerepository</include>
+                <include>org.ops4j.pax.runner:pax-runner-handler-mvn</include>
                 <include>org.apache.servicemix.runtime.gshell:org.apache.servicemix.runtime.gshell.obr</include>
                 <include>org.apache.servicemix.runtime.gshell:org.apache.servicemix.runtime.gshell.features</include>
 

Modified: servicemix/smx4/runtime/trunk/assembly/src/main/filtered-resources/etc/startup.properties
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/src/main/filtered-resources/etc/startup.properties?rev=606276&r1=606275&r2=606276&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/src/main/filtered-resources/etc/startup.properties (original)
+++ servicemix/smx4/runtime/trunk/assembly/src/main/filtered-resources/etc/startup.properties Fri Dec 21 11:20:06 2007
@@ -47,6 +47,7 @@
 spring-osgi-extender-${spring.osgi.version}.jar=50
 spring-osgi-io-${spring.osgi.version}.jar=50
 org.apache.felix.bundlerepository-${felix.bundlerepository.version}.jar=50
+pax-runner-handler-mvn-${pax.runner.version}.jar=50
 org.apache.servicemix.runtime.gshell.obr-${version}.jar=50
 org.apache.servicemix.runtime.gshell.osgi-${version}.jar=50
 org.apache.servicemix.runtime.gshell.features-${version}.jar=50

Modified: servicemix/smx4/runtime/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/pom.xml?rev=606276&r1=606275&r2=606276&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/pom.xml Fri Dec 21 11:20:06 2007
@@ -80,6 +80,7 @@
       <log4j.version>1.2.14</log4j.version>
       <mina.version>1.1.6-r602102</mina.version>
       <pax.logging.version>1.0-RC2</pax.logging.version>
+      <pax.runner.version>0.5.5</pax.runner.version>
       <spring.osgi.version>1.0-rc1</spring.osgi.version>
       <spring.version>2.5</spring.version>
       <xstream.version>1.2.2</xstream.version>