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:00:38 UTC

svn commit: r600635 - in /servicemix/branches/servicemix-4.0/runtime/minimum: pom.xml src/main/descriptors/unix-bin.xml src/main/descriptors/windows-bin.xml src/main/release/etc/layout.xml

Author: gnodet
Date: Mon Dec  3 11:00:36 2007
New Revision: 600635

URL: http://svn.apache.org/viewvc?rev=600635&view=rev
Log:
Add GShell to the runtime

Modified:
    servicemix/branches/servicemix-4.0/runtime/minimum/pom.xml
    servicemix/branches/servicemix-4.0/runtime/minimum/src/main/descriptors/unix-bin.xml
    servicemix/branches/servicemix-4.0/runtime/minimum/src/main/descriptors/windows-bin.xml
    servicemix/branches/servicemix-4.0/runtime/minimum/src/main/release/etc/layout.xml

Modified: servicemix/branches/servicemix-4.0/runtime/minimum/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/runtime/minimum/pom.xml?rev=600635&r1=600634&r2=600635&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/runtime/minimum/pom.xml (original)
+++ servicemix/branches/servicemix-4.0/runtime/minimum/pom.xml Mon Dec  3 11:00:36 2007
@@ -106,20 +106,27 @@
             <version>${spring.version}</version>
         </dependency>
 
-      <!--
+      <dependency>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>org.apache.felix.bundlerepository</artifactId>
+          <version>${bundlerepository.version}</version>
+      </dependency>
       <dependency>
           <groupId>org.apache.servicemix.gshell</groupId>
           <artifactId>org.apache.servicemix.gshell.core</artifactId>
       </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>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.xstream</artifactId>
       </dependency>
-      -->
 
       <dependency>
           <groupId>org.apache.felix</groupId>

Modified: servicemix/branches/servicemix-4.0/runtime/minimum/src/main/descriptors/unix-bin.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/runtime/minimum/src/main/descriptors/unix-bin.xml?rev=600635&r1=600634&r2=600635&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/runtime/minimum/src/main/descriptors/unix-bin.xml (original)
+++ servicemix/branches/servicemix-4.0/runtime/minimum/src/main/descriptors/unix-bin.xml Mon Dec  3 11:00:36 2007
@@ -135,19 +135,28 @@
         </dependencySet>
 
         <!-- GShell -->
-<!--
         <dependencySet>
             <outputDirectory>/system</outputDirectory>
             <unpack>false</unpack>
             <scope>runtime</scope>
             <includes>
+                <include>org.apache.geronimo.specs:geronimo-stax-api_1.0_spec</include>
+                <include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.xstream</include>
                 <include>org.apache.servicemix.gshell:org.apache.servicemix.gshell.core</include>
                 <include>org.apache.servicemix.gshell:org.apache.servicemix.gshell.osgi</include>
-                <include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.xstream</include>
-                <include>org.apache.geronimo.specs:geronimo-stax-api_1.0_spec</include>
             </includes>
         </dependencySet>
--->
+
+        <!-- OBR + GShell command -->
+        <dependencySet>
+            <outputDirectory>/system</outputDirectory>
+            <unpack>false</unpack>
+            <scope>runtime</scope>
+            <includes>
+                <include>org.apache.felix:org.apache.felix.bundlerepository</include>
+                <include>org.apache.servicemix.gshell:org.apache.servicemix.gshell.obr</include>
+            </includes>
+        </dependencySet>
 
     </dependencySets>
 

Modified: servicemix/branches/servicemix-4.0/runtime/minimum/src/main/descriptors/windows-bin.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/runtime/minimum/src/main/descriptors/windows-bin.xml?rev=600635&r1=600634&r2=600635&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/runtime/minimum/src/main/descriptors/windows-bin.xml (original)
+++ servicemix/branches/servicemix-4.0/runtime/minimum/src/main/descriptors/windows-bin.xml Mon Dec  3 11:00:36 2007
@@ -135,19 +135,27 @@
         </dependencySet>
 
         <!-- GShell -->
-<!--
         <dependencySet>
             <outputDirectory>/system</outputDirectory>
             <unpack>false</unpack>
             <scope>runtime</scope>
             <includes>
-              <include>org.apache.servicemix.gshell:org.apache.servicemix.gshell.core</include>
-              <include>org.apache.servicemix.gshell:org.apache.servicemix.gshell.osgi</include>
-              <include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.xstream</include>
-              <include>org.apache.geronimo.specs:geronimo-stax-api_1.0_spec</include>
+                <include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.xstream</include>
+                <include>org.apache.servicemix.gshell:org.apache.servicemix.gshell.core</include>
+                <include>org.apache.servicemix.gshell:org.apache.servicemix.gshell.osgi</include>
+            </includes>
+        </dependencySet>
+
+        <!-- OBR + GShell command -->
+        <dependencySet>
+            <outputDirectory>/system</outputDirectory>
+            <unpack>false</unpack>
+            <scope>runtime</scope>
+            <includes>
+                <include>org.apache.felix:org.apache.felix.bundlerepository</include>
+                <include>org.apache.servicemix.gshell:org.apache.servicemix.gshell.obr</include>
             </includes>
         </dependencySet>
--->
 
     </dependencySets>
 

Modified: servicemix/branches/servicemix-4.0/runtime/minimum/src/main/release/etc/layout.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/runtime/minimum/src/main/release/etc/layout.xml?rev=600635&r1=600634&r2=600635&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/runtime/minimum/src/main/release/etc/layout.xml (original)
+++ servicemix/branches/servicemix-4.0/runtime/minimum/src/main/release/etc/layout.xml Mon Dec  3 11:00:36 2007
@@ -143,6 +143,45 @@
             </nodes>
         </group>
 
+        <!-- OBR -->
+        <group>
+            <name>obr</name>
+            <nodes>
+                <command>
+                    <name>addUrl</name>
+                    <id>obr:addUrl</id>
+                </command>
+                <command>
+                    <name>deploy</name>
+                    <id>obr:deploy</id>
+                </command>
+                <command>
+                    <name>info</name>
+                    <id>obr:info</id>
+                </command>
+                <command>
+                    <name>list</name>
+                    <id>obr:list</id>
+                </command>
+                <command>
+                    <name>listUrl</name>
+                    <id>obr:listUrl</id>
+                </command>
+                <command>
+                    <name>removeUrl</name>
+                    <id>obr:removeUrl</id>
+                </command>
+                <command>
+                    <name>source</name>
+                    <id>obr:source</id>
+                </command>
+                <command>
+                    <name>start</name>
+                    <id>obr:start</id>
+                </command>
+            </nodes>
+        </group>
+
     </nodes>
 
 </layout>