You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by pi...@apache.org on 2011/04/23 15:03:46 UTC

svn commit: r1096139 - in /karaf/trunk: archetypes/command/pom.xml archetypes/feature/pom.xml assemblies/apache-karaf-full/pom.xml tooling/karaf-maven-plugin/pom.xml tooling/testing/pom.xml

Author: pieber
Date: Sat Apr 23 13:03:46 2011
New Revision: 1096139

URL: http://svn.apache.org/viewvc?rev=1096139&view=rev
Log:
Some more name adaptions

Signed-off-by: Andreas Pieber <an...@gmail.com>

Modified:
    karaf/trunk/archetypes/command/pom.xml
    karaf/trunk/archetypes/feature/pom.xml
    karaf/trunk/assemblies/apache-karaf-full/pom.xml
    karaf/trunk/tooling/karaf-maven-plugin/pom.xml
    karaf/trunk/tooling/testing/pom.xml

Modified: karaf/trunk/archetypes/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/archetypes/command/pom.xml?rev=1096139&r1=1096138&r2=1096139&view=diff
==============================================================================
--- karaf/trunk/archetypes/command/pom.xml (original)
+++ karaf/trunk/archetypes/command/pom.xml Sat Apr 23 13:03:46 2011
@@ -27,7 +27,7 @@
     <groupId>org.apache.karaf.archetypes</groupId>
     <artifactId>archetypes-command</artifactId>
 
-    <name>Apache Karaf :: Command Archetype</name>
+    <name>Apache Karaf :: Archetypes :: Command Archetype</name>
 
     <build>
         <resources>

Modified: karaf/trunk/archetypes/feature/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/archetypes/feature/pom.xml?rev=1096139&r1=1096138&r2=1096139&view=diff
==============================================================================
--- karaf/trunk/archetypes/feature/pom.xml (original)
+++ karaf/trunk/archetypes/feature/pom.xml Sat Apr 23 13:03:46 2011
@@ -27,7 +27,7 @@
     <artifactId>karaf-feature-archetype</artifactId>
     <packaging>maven-archetype</packaging>
 
-    <name>Apache Karaf :: Feature Archetype</name>
+    <name>Apache Karaf :: Archetypes :: Feature Archetype</name>
     <description>This archetype sets up an empty karaf features project.</description>
 
     <build>

Modified: karaf/trunk/assemblies/apache-karaf-full/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/apache-karaf-full/pom.xml?rev=1096139&r1=1096138&r2=1096139&view=diff
==============================================================================
--- karaf/trunk/assemblies/apache-karaf-full/pom.xml (original)
+++ karaf/trunk/assemblies/apache-karaf-full/pom.xml Sat Apr 23 13:03:46 2011
@@ -29,7 +29,7 @@
 
     <artifactId>apache-karaf-full</artifactId>
     <packaging>pom</packaging>
-    <name>Apache Karaf :: Assemblies :: full</name>
+    <name>Apache Karaf :: Assemblies :: Full</name>
 
     <properties>
         <appendedResourcesDirectory>${basedir}/../etc/appended-resources</appendedResourcesDirectory>

Modified: karaf/trunk/tooling/karaf-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/tooling/karaf-maven-plugin/pom.xml?rev=1096139&r1=1096138&r2=1096139&view=diff
==============================================================================
--- karaf/trunk/tooling/karaf-maven-plugin/pom.xml (original)
+++ karaf/trunk/tooling/karaf-maven-plugin/pom.xml Sat Apr 23 13:03:46 2011
@@ -29,7 +29,7 @@
 
     <artifactId>karaf-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <name>Apache Karaf :: Tooling :: Maven3 Karaf plugin</name>
+    <name>Apache Karaf :: Tooling :: Maven3 Karaf Plugin</name>
 
     <description>
         A Maven 3 plugin for working with karaf.

Modified: karaf/trunk/tooling/testing/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/tooling/testing/pom.xml?rev=1096139&r1=1096138&r2=1096139&view=diff
==============================================================================
--- karaf/trunk/tooling/testing/pom.xml (original)
+++ karaf/trunk/tooling/testing/pom.xml Sat Apr 23 13:03:46 2011
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.karaf.tooling.testing</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache Karaf :: Tooling :: Testing environment</name>
+    <name>Apache Karaf :: Tooling :: Testing Environment</name>
 
     <description>
       A bundle to help using Pax-Exam and Karaf.