You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2011/08/29 10:46:38 UTC

svn commit: r1162684 - in /openwebbeans/trunk/samples: conversation-sample/ ejb-sample/ ejb-telephone/ guess/ jms-sample/ jsf2sample/ reservation/ standalone-sample/ tomcat-sample/ tomcat7-sample/

Author: struberg
Date: Mon Aug 29 08:46:37 2011
New Revision: 1162684

URL: http://svn.apache.org/viewvc?rev=1162684&view=rev
Log:
OWB-571 truncate sample project names

This is needed because the project names are currently
far too long for the maven site menu

Modified:
    openwebbeans/trunk/samples/conversation-sample/pom.xml
    openwebbeans/trunk/samples/ejb-sample/pom.xml
    openwebbeans/trunk/samples/ejb-telephone/pom.xml
    openwebbeans/trunk/samples/guess/pom.xml
    openwebbeans/trunk/samples/jms-sample/pom.xml
    openwebbeans/trunk/samples/jsf2sample/pom.xml
    openwebbeans/trunk/samples/reservation/pom.xml
    openwebbeans/trunk/samples/standalone-sample/pom.xml
    openwebbeans/trunk/samples/tomcat-sample/pom.xml
    openwebbeans/trunk/samples/tomcat7-sample/pom.xml

Modified: openwebbeans/trunk/samples/conversation-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/conversation-sample/pom.xml?rev=1162684&r1=1162683&r2=1162684&view=diff
==============================================================================
--- openwebbeans/trunk/samples/conversation-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/conversation-sample/pom.xml Mon Aug 29 08:46:37 2011
@@ -30,7 +30,7 @@ under the License.
     <groupId>org.apache.openwebbeans.samples</groupId>
     <artifactId>conversation-sample</artifactId>
     <packaging>war</packaging>
-    <name>Apache OpenWebBeans :: JSF Conversation Sample</name>
+    <name>JSF Conversation Sample</name>
 
     <dependencies>
 

Modified: openwebbeans/trunk/samples/ejb-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/ejb-sample/pom.xml?rev=1162684&r1=1162683&r2=1162684&view=diff
==============================================================================
--- openwebbeans/trunk/samples/ejb-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/ejb-sample/pom.xml Mon Aug 29 08:46:37 2011
@@ -29,7 +29,7 @@ under the License.
     <groupId>org.apache.openwebbeans.samples</groupId>
     <artifactId>ejb-sample</artifactId>
     <packaging>war</packaging>
-    <name>Apache OpenWebBeans :: Sample Ejb Demo On OpenEJB in Tomcat</name>
+    <name>Sample Ejb Demo On OpenEJB in Tomcat</name>
     <description>Sample Ejb Demo</description>
 
     <build>

Modified: openwebbeans/trunk/samples/ejb-telephone/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/ejb-telephone/pom.xml?rev=1162684&r1=1162683&r2=1162684&view=diff
==============================================================================
--- openwebbeans/trunk/samples/ejb-telephone/pom.xml (original)
+++ openwebbeans/trunk/samples/ejb-telephone/pom.xml Mon Aug 29 08:46:37 2011
@@ -29,7 +29,7 @@ under the License.
     <groupId>org.apache.openwebbeans.samples</groupId>
     <artifactId>ejb-telephone</artifactId>
     <packaging>war</packaging>
-    <name>Apache OpenWebBeans :: Telephone Ejb Demo On OpenEJB in Tomcat</name>
+    <name>Telephone Ejb Demo On OpenEJB in Tomcat</name>
     <description>Telephone Ejb Demo</description>
 
     <build>

Modified: openwebbeans/trunk/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/guess/pom.xml?rev=1162684&r1=1162683&r2=1162684&view=diff
==============================================================================
--- openwebbeans/trunk/samples/guess/pom.xml (original)
+++ openwebbeans/trunk/samples/guess/pom.xml Mon Aug 29 08:46:37 2011
@@ -29,7 +29,7 @@ under the License.
     <groupId>org.apache.openwebbeans.samples</groupId>
     <artifactId>guess</artifactId>
     <packaging>war</packaging>
-    <name>Apache OpenWebBeans :: Sample Guess Application</name>
+    <name>Sample Guess Application</name>
     <description>Simple login application</description>
 
     <build>

Modified: openwebbeans/trunk/samples/jms-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/jms-sample/pom.xml?rev=1162684&r1=1162683&r2=1162684&view=diff
==============================================================================
--- openwebbeans/trunk/samples/jms-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/jms-sample/pom.xml Mon Aug 29 08:46:37 2011
@@ -29,7 +29,7 @@ under the License.
     <groupId>org.apache.openwebbeans.samples</groupId>
     <artifactId>jms-sample</artifactId>
     <packaging>war</packaging>
-    <name>Apache OpenWebBeans :: Sample Jms Injection Demo</name>
+    <name>Sample Jms Injection Demo</name>
     <description>Sample Jms Injection Demo</description>
 
     <build>

Modified: openwebbeans/trunk/samples/jsf2sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/jsf2sample/pom.xml?rev=1162684&r1=1162683&r2=1162684&view=diff
==============================================================================
--- openwebbeans/trunk/samples/jsf2sample/pom.xml (original)
+++ openwebbeans/trunk/samples/jsf2sample/pom.xml Mon Aug 29 08:46:37 2011
@@ -29,7 +29,7 @@ under the License.
     <groupId>org.apache.openwebbeans.samples</groupId>
     <artifactId>jsf2sample</artifactId>
     <packaging>war</packaging>
-    <name>Apache OpenWebBeans :: Sample JSF2 Application</name>
+    <name>Sample JSF2 Application</name>
 
     <dependencies>
 

Modified: openwebbeans/trunk/samples/reservation/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/reservation/pom.xml?rev=1162684&r1=1162683&r2=1162684&view=diff
==============================================================================
--- openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ openwebbeans/trunk/samples/reservation/pom.xml Mon Aug 29 08:46:37 2011
@@ -29,7 +29,7 @@ under the License.
     <groupId>org.apache.openwebbeans.samples</groupId>
     <artifactId>reservation</artifactId>
     <packaging>war</packaging>
-    <name>Apache OpenWebBeans :: Sample Hotel Reservation Application</name>
+    <name>Sample Hotel Reservation Application</name>
     <description>Simple hotel reservation application</description>
 
 

Modified: openwebbeans/trunk/samples/standalone-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/standalone-sample/pom.xml?rev=1162684&r1=1162683&r2=1162684&view=diff
==============================================================================
--- openwebbeans/trunk/samples/standalone-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/standalone-sample/pom.xml Mon Aug 29 08:46:37 2011
@@ -27,8 +27,8 @@ under the License.
     </parent>
 
     <artifactId>standalone-sample</artifactId>
-  <version> 1.1.1-SNAPSHOT</version>
-    <name>Apache OpenWebBeans :: OpenWebBeans Java SE Sample</name>
+    <version> 1.1.1-SNAPSHOT</version>
+    <name>OpenWebBeans Java SE Sample</name>
     <packaging>jar</packaging>
     <description>Java SE Sample</description>
 

Modified: openwebbeans/trunk/samples/tomcat-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/tomcat-sample/pom.xml?rev=1162684&r1=1162683&r2=1162684&view=diff
==============================================================================
--- openwebbeans/trunk/samples/tomcat-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/tomcat-sample/pom.xml Mon Aug 29 08:46:37 2011
@@ -30,7 +30,7 @@ under the License.
     <groupId>org.apache.openwebbeans.samples</groupId>
     <artifactId>tomcat-sample</artifactId>
     <packaging>war</packaging>
-    <name>Apache OpenWebBeans :: Tomcat Sample</name>
+    <name>Tomcat Sample</name>
 
     <dependencies>
 

Modified: openwebbeans/trunk/samples/tomcat7-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/tomcat7-sample/pom.xml?rev=1162684&r1=1162683&r2=1162684&view=diff
==============================================================================
--- openwebbeans/trunk/samples/tomcat7-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/tomcat7-sample/pom.xml Mon Aug 29 08:46:37 2011
@@ -29,7 +29,7 @@ under the License.
     <groupId>org.apache.openwebbeans.samples</groupId>
     <artifactId>tomcat7-sample</artifactId>
     <packaging>war</packaging>
-    <name>Apache OpenWebBeans :: Tomcat 7 Sample</name>
+    <name>Tomcat 7 Sample</name>
 
     <dependencies>