You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2012/04/25 16:45:04 UTC

svn commit: r1330315 - in /karaf/trunk: ./ assemblies/features/framework/ assemblies/features/standard/src/main/feature/ region/ region/command/ region/commands/ system/ system/command/ system/commands/ web/ web/command/ web/commands/ wrapper/ wrapper/...

Author: cschneider
Date: Wed Apr 25 14:45:03 2012
New Revision: 1330315

URL: http://svn.apache.org/viewvc?rev=1330315&view=rev
Log:
KARAF-1393 Renaming commands to command

Added:
    karaf/trunk/region/command/
      - copied from r1330252, karaf/trunk/region/commands/
    karaf/trunk/system/command/
      - copied from r1330252, karaf/trunk/system/commands/
    karaf/trunk/web/command/
      - copied from r1330252, karaf/trunk/web/commands/
    karaf/trunk/wrapper/command/
      - copied from r1330252, karaf/trunk/wrapper/commands/
Removed:
    karaf/trunk/region/commands/
    karaf/trunk/system/commands/
    karaf/trunk/web/commands/
    karaf/trunk/wrapper/commands/
Modified:
    karaf/trunk/assemblies/features/framework/pom.xml
    karaf/trunk/assemblies/features/standard/src/main/feature/feature.xml
    karaf/trunk/pom.xml
    karaf/trunk/region/command/pom.xml
    karaf/trunk/region/pom.xml
    karaf/trunk/system/command/pom.xml
    karaf/trunk/system/pom.xml
    karaf/trunk/web/command/pom.xml
    karaf/trunk/web/pom.xml
    karaf/trunk/wrapper/command/pom.xml
    karaf/trunk/wrapper/pom.xml

Modified: karaf/trunk/assemblies/features/framework/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/pom.xml?rev=1330315&r1=1330314&r2=1330315&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/framework/pom.xml (original)
+++ karaf/trunk/assemblies/features/framework/pom.xml Wed Apr 25 14:45:03 2012
@@ -157,7 +157,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.system</groupId>
-            <artifactId>org.apache.karaf.system.commands</artifactId>
+            <artifactId>org.apache.karaf.system.command</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>

Modified: karaf/trunk/assemblies/features/standard/src/main/feature/feature.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/standard/src/main/feature/feature.xml?rev=1330315&r1=1330314&r2=1330315&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/standard/src/main/feature/feature.xml (original)
+++ karaf/trunk/assemblies/features/standard/src/main/feature/feature.xml Wed Apr 25 14:45:03 2012
@@ -51,7 +51,7 @@
 
     <feature name="wrapper" description="Provide OS integration" version="${project.version}">
         <bundle start-level="30">mvn:org.apache.karaf.wrapper/org.apache.karaf.wrapper.core/${project.version}</bundle>
-        <bundle start-level="30">mvn:org.apache.karaf.wrapper/org.apache.karaf.wrapper.commands/${project.version}</bundle>
+        <bundle start-level="30">mvn:org.apache.karaf.wrapper/org.apache.karaf.wrapper.command/${project.version}</bundle>
     </feature>
 
     <feature name="obr" description="Provide OSGi Bundle Repository (OBR) support" version="${project.version}">
@@ -75,7 +75,7 @@
     <feature name="region" description="Provide Region Support" version="${project.version}">
         <bundle start-level="30">mvn:org.eclipse.equinox/region/${equinox.region.version}</bundle>
         <bundle start-level="30">mvn:org.apache.karaf.region/org.apache.karaf.region.persist/${project.version}</bundle>
-        <bundle start-level="30">mvn:org.apache.karaf.region/org.apache.karaf.region.commands/${project.version}</bundle>
+        <bundle start-level="30">mvn:org.apache.karaf.region/org.apache.karaf.region.command/${project.version}</bundle>
     </feature>
 
     <feature name="jetty" description="Provide Jetty engine support" version="${jetty.version}" resolver="(obr)">
@@ -129,7 +129,7 @@
         <bundle start-level="30">mvn:org.ops4j.pax.swissbox/pax-swissbox-property/${pax.swissbox.version}</bundle>
         <bundle start-level="30">mvn:biz.aQute/bndlib/${bndlib.version}</bundle>
         <bundle start-level="30">mvn:org.apache.karaf.web/org.apache.karaf.web.core/${project.version}</bundle>
-        <bundle start-level="30">mvn:org.apache.karaf.web/org.apache.karaf.web.commands/${project.version}</bundle>
+        <bundle start-level="30">mvn:org.apache.karaf.web/org.apache.karaf.web.command/${project.version}</bundle>
     </feature>
 
     <feature name="kar" description="Provide KAR (KARaf archive) support" version="${project.version}" resolver="(obr)">

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1330315&r1=1330314&r2=1330315&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Wed Apr 25 14:45:03 2012
@@ -509,7 +509,7 @@
 
             <dependency>
                 <groupId>org.apache.karaf.system</groupId>
-                <artifactId>org.apache.karaf.system.commands</artifactId>
+                <artifactId>org.apache.karaf.system.command</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
@@ -520,7 +520,7 @@
 
             <dependency>
                 <groupId>org.apache.karaf.web</groupId>
-                <artifactId>org.apache.karaf.web.commands</artifactId>
+                <artifactId>org.apache.karaf.web.command</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
@@ -531,7 +531,7 @@
 
             <dependency>
                 <groupId>org.apache.karaf.wrapper</groupId>
-                <artifactId>org.apache.karaf.wrapper.commands</artifactId>
+                <artifactId>org.apache.karaf.wrapper.command</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
@@ -547,7 +547,7 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.karaf.region</groupId>
-                <artifactId>org.apache.karaf.region.commands</artifactId>
+                <artifactId>org.apache.karaf.region.command</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>

Modified: karaf/trunk/region/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/region/command/pom.xml?rev=1330315&r1=1330252&r2=1330315&view=diff
==============================================================================
--- karaf/trunk/region/command/pom.xml (original)
+++ karaf/trunk/region/command/pom.xml Wed Apr 25 14:45:03 2012
@@ -27,7 +27,7 @@
         <version>3.0.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>org.apache.karaf.region.commands</artifactId>
+    <artifactId>org.apache.karaf.region.command</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Karaf :: Region :: Shell Commands</name>
     <description>This bundle provides Karaf shell commands to manipulate the Region service.</description>

Modified: karaf/trunk/region/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/region/pom.xml?rev=1330315&r1=1330314&r2=1330315&view=diff
==============================================================================
--- karaf/trunk/region/pom.xml (original)
+++ karaf/trunk/region/pom.xml Wed Apr 25 14:45:03 2012
@@ -34,22 +34,11 @@
 
     <modules>
         <module>core</module>
-        <module>commands</module>
+        <module>command</module>
         <module>persist</module>
     </modules>
 
     <profiles>
-        <profile>
-            <id>default</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <modules>
-                <module>commands</module>
-                <module>persist</module>
-            </modules>
-
-        </profile>
 
         <profile>
             <id>fetch-external</id>

Modified: karaf/trunk/system/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/system/command/pom.xml?rev=1330315&r1=1330252&r2=1330315&view=diff
==============================================================================
--- karaf/trunk/system/command/pom.xml (original)
+++ karaf/trunk/system/command/pom.xml Wed Apr 25 14:45:03 2012
@@ -28,7 +28,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>org.apache.karaf.system.commands</artifactId>
+    <artifactId>org.apache.karaf.system.command</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Karaf :: System :: Shell Commands</name>
     <description>

Modified: karaf/trunk/system/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/system/pom.xml?rev=1330315&r1=1330314&r2=1330315&view=diff
==============================================================================
--- karaf/trunk/system/pom.xml (original)
+++ karaf/trunk/system/pom.xml Wed Apr 25 14:45:03 2012
@@ -35,7 +35,7 @@
 
     <modules>
         <module>core</module>
-        <module>commands</module>
+        <module>command</module>
     </modules>
 
-</project>
\ No newline at end of file
+</project>

Modified: karaf/trunk/web/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/web/command/pom.xml?rev=1330315&r1=1330252&r2=1330315&view=diff
==============================================================================
--- karaf/trunk/web/command/pom.xml (original)
+++ karaf/trunk/web/command/pom.xml Wed Apr 25 14:45:03 2012
@@ -28,7 +28,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>org.apache.karaf.web.commands</artifactId>
+    <artifactId>org.apache.karaf.web.command</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Karaf :: Web :: Commands</name>
     <description>

Modified: karaf/trunk/web/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/web/pom.xml?rev=1330315&r1=1330314&r2=1330315&view=diff
==============================================================================
--- karaf/trunk/web/pom.xml (original)
+++ karaf/trunk/web/pom.xml Wed Apr 25 14:45:03 2012
@@ -35,7 +35,7 @@
 
     <modules>
         <module>core</module>
-        <module>commands</module>
+        <module>command</module>
     </modules>
 
 </project>
\ No newline at end of file

Modified: karaf/trunk/wrapper/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/wrapper/command/pom.xml?rev=1330315&r1=1330252&r2=1330315&view=diff
==============================================================================
--- karaf/trunk/wrapper/command/pom.xml (original)
+++ karaf/trunk/wrapper/command/pom.xml Wed Apr 25 14:45:03 2012
@@ -28,7 +28,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>org.apache.karaf.wrapper.commands</artifactId>
+    <artifactId>org.apache.karaf.wrapper.command</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Karaf :: Wrapper :: Shell Commands</name>
     <description>
@@ -92,4 +92,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: karaf/trunk/wrapper/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/wrapper/pom.xml?rev=1330315&r1=1330314&r2=1330315&view=diff
==============================================================================
--- karaf/trunk/wrapper/pom.xml (original)
+++ karaf/trunk/wrapper/pom.xml Wed Apr 25 14:45:03 2012
@@ -35,7 +35,7 @@
 
     <modules>
         <module>core</module>
-        <module>commands</module>
+        <module>command</module>
     </modules>
 
-</project>
\ No newline at end of file
+</project>