You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/04/16 13:06:46 UTC

svn commit: r765573 - in /myfaces/tobago/trunk: example/addressbook/ example/blank/ example/demo/ example/experimental/ example/facelets/ example/foreach/ example/nonfacesrequest/ example/sandbox/ example/seam/ example/security/ example/test/ example/t...

Author: lofwyr
Date: Thu Apr 16 11:06:45 2009
New Revision: 765573

URL: http://svn.apache.org/viewvc?rev=765573&view=rev
Log:
Minor fixes and naming changes

Modified:
    myfaces/tobago/trunk/example/addressbook/pom.xml
    myfaces/tobago/trunk/example/blank/pom.xml
    myfaces/tobago/trunk/example/demo/pom.xml
    myfaces/tobago/trunk/example/experimental/pom.xml
    myfaces/tobago/trunk/example/facelets/pom.xml
    myfaces/tobago/trunk/example/foreach/pom.xml
    myfaces/tobago/trunk/example/nonfacesrequest/pom.xml
    myfaces/tobago/trunk/example/sandbox/pom.xml
    myfaces/tobago/trunk/example/seam/pom.xml
    myfaces/tobago/trunk/example/security/pom.xml
    myfaces/tobago/trunk/example/test/pom.xml
    myfaces/tobago/trunk/example/tobago-example-assembly/pom.xml
    myfaces/tobago/trunk/example/tobago-theme-example/pom.xml
    myfaces/tobago/trunk/theme/charlotteville/pom.xml
    myfaces/tobago/trunk/theme/richmond/pom.xml
    myfaces/tobago/trunk/theme/scarborough/pom.xml
    myfaces/tobago/trunk/theme/speyside/pom.xml
    myfaces/tobago/trunk/theme/standard/pom.xml
    myfaces/tobago/trunk/tobago-tool/tobago-tool-annotation/pom.xml
    myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/pom.xml

Modified: myfaces/tobago/trunk/example/addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-example-addressbook</artifactId>
   <packaging>war</packaging>
-  <name>Example Addressbook</name>
+  <name>Tobago Example Addressbook</name>
   <build>
     <finalName>tobago-example-addressbook</finalName>
     <plugins>

Modified: myfaces/tobago/trunk/example/blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/blank/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/blank/pom.xml (original)
+++ myfaces/tobago/trunk/example/blank/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-example-blank</artifactId>
   <packaging>war</packaging>
-  <name>Example Blank</name>
+  <name>Tobago Example Blank</name>
   <build>
     <finalName>tobago-example-blank</finalName>
     <plugins>

Modified: myfaces/tobago/trunk/example/demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/pom.xml (original)
+++ myfaces/tobago/trunk/example/demo/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-example-demo</artifactId>
   <packaging>war</packaging>
-  <name>Example Demo</name>
+  <name>Tobago Example Demo</name>
   <build>
     <finalName>tobago-example-demo</finalName>
     <plugins>

Modified: myfaces/tobago/trunk/example/experimental/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/experimental/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/experimental/pom.xml (original)
+++ myfaces/tobago/trunk/example/experimental/pom.xml Thu Apr 16 11:06:45 2009
@@ -42,9 +42,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/test</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/test</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/experimental</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/experimental</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/experimental</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/trunk/example/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/facelets/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/example/facelets/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-example-facelets</artifactId>
   <packaging>war</packaging>
-  <name>Example Facelets</name>
+  <name>Tobago Example Facelets</name>
   <build>
     <finalName>tobago-example-facelets</finalName>
     <plugins>

Modified: myfaces/tobago/trunk/example/foreach/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/foreach/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/foreach/pom.xml (original)
+++ myfaces/tobago/trunk/example/foreach/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-example-foreach</artifactId>
   <packaging>war</packaging>
-  <name>Example Foreach</name>
+  <name>Tobago Example Foreach</name>
   <build>
     <finalName>tobago-example-foreach</finalName>
     <plugins>

Modified: myfaces/tobago/trunk/example/nonfacesrequest/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/nonfacesrequest/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/nonfacesrequest/pom.xml (original)
+++ myfaces/tobago/trunk/example/nonfacesrequest/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-example-nonfacesrequest</artifactId>
   <packaging>war</packaging>
-  <name>Example Non-Faces-Request</name>
+  <name>Tobago Example Non-Faces-Request</name>
   <build>
     <finalName>tobago-example-nonfacesrequest</finalName>
     <plugins>

Modified: myfaces/tobago/trunk/example/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/sandbox/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/example/sandbox/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-example-sandbox</artifactId>
   <packaging>war</packaging>
-  <name>Example Sandbox</name>
+  <name>Tobago Example Sandbox</name>
   <build>
     <finalName>tobago-example-sandbox</finalName>
     <plugins>

Modified: myfaces/tobago/trunk/example/seam/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/seam/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/seam/pom.xml (original)
+++ myfaces/tobago/trunk/example/seam/pom.xml Thu Apr 16 11:06:45 2009
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>tobago-example-seam</artifactId>
   <packaging>war</packaging>
-  <name>Example Seam</name>
+  <name>Tobago Example Seam</name>
   <build>
     <finalName>tobago-example-seam</finalName>
     <plugins>

Modified: myfaces/tobago/trunk/example/security/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/security/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/security/pom.xml (original)
+++ myfaces/tobago/trunk/example/security/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-example-security</artifactId>
   <packaging>war</packaging>
-  <name>Example Security</name>
+  <name>Tobago Example Security</name>
   <build>
     <finalName>tobago-example-security</finalName>
     <plugins>

Modified: myfaces/tobago/trunk/example/test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/pom.xml (original)
+++ myfaces/tobago/trunk/example/test/pom.xml Thu Apr 16 11:06:45 2009
@@ -93,9 +93,9 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/quality-assurance</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/quality-assurance</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/quality-assurance</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/test</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/test</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/test</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/trunk/example/tobago-example-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/tobago-example-assembly/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/tobago-example-assembly/pom.xml (original)
+++ myfaces/tobago/trunk/example/tobago-example-assembly/pom.xml Thu Apr 16 11:06:45 2009
@@ -19,7 +19,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tobago-example-assembly</artifactId>
   <packaging>pom</packaging>
-  <name>Example Assembly</name>
+  <name>Tobago Example Assembly</name>
   <description>This is the MyFaces Tobago Example Assembly</description>
 
   <parent>

Modified: myfaces/tobago/trunk/example/tobago-theme-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/tobago-theme-example/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/tobago-theme-example/pom.xml (original)
+++ myfaces/tobago/trunk/example/tobago-theme-example/pom.xml Thu Apr 16 11:06:45 2009
@@ -23,7 +23,7 @@
     <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-example</artifactId>
-  <name>Theme Example</name>
+  <name>Tobago Theme Example</name>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/tobago-theme-example</connection>

Modified: myfaces/tobago/trunk/theme/charlotteville/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/charlotteville/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/charlotteville/pom.xml (original)
+++ myfaces/tobago/trunk/theme/charlotteville/pom.xml Thu Apr 16 11:06:45 2009
@@ -23,7 +23,7 @@
     <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-charlotteville</artifactId>
-  <name>Theme Charlotteville</name>
+  <name>Tobago Theme Charlotteville</name>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/charlotteville</connection>

Modified: myfaces/tobago/trunk/theme/richmond/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/richmond/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/richmond/pom.xml (original)
+++ myfaces/tobago/trunk/theme/richmond/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-theme-richmond</artifactId>
   <packaging>jar</packaging>
-  <name>Theme Richmond</name>
+  <name>Tobago Theme Richmond</name>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/richmond</connection>

Modified: myfaces/tobago/trunk/theme/scarborough/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/pom.xml (original)
+++ myfaces/tobago/trunk/theme/scarborough/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-theme-scarborough</artifactId>
   <packaging>jar</packaging>
-  <name>Theme Scarborough</name>
+  <name>Tobago Theme Scarborough</name>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/scarborough</connection>

Modified: myfaces/tobago/trunk/theme/speyside/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/pom.xml (original)
+++ myfaces/tobago/trunk/theme/speyside/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-theme-speyside</artifactId>
   <packaging>jar</packaging>
-  <name>Theme Speyside</name>
+  <name>Tobago Theme Speyside</name>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/speyside</connection>

Modified: myfaces/tobago/trunk/theme/standard/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/standard/pom.xml (original)
+++ myfaces/tobago/trunk/theme/standard/pom.xml Thu Apr 16 11:06:45 2009
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>tobago-theme-standard</artifactId>
   <packaging>jar</packaging>
-  <name>Theme Standard</name>
+  <name>Tobago Theme Standard</name>
   <build>
     <plugins>
       <plugin>

Modified: myfaces/tobago/trunk/tobago-tool/tobago-tool-annotation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/tobago-tool-annotation/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/tobago-tool-annotation/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-tool/tobago-tool-annotation/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,8 +24,8 @@
   </parent>
   <artifactId>tobago-tool-annotation</artifactId>
   <packaging>jar</packaging>
-  <name>Tobago Annotation</name>
-  <description>Tobago Annotation</description>
+  <name>Tobago Tool Annotation</name>
+  <description>Tobago Tool Annotation</description>
 
   <dependencies>
     <dependency>

Modified: myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/pom.xml?rev=765573&r1=765572&r2=765573&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/pom.xml Thu Apr 16 11:06:45 2009
@@ -24,8 +24,8 @@
   </parent>
   <artifactId>tobago-tool-apt</artifactId>
   <packaging>jar</packaging>
-  <name>Tobago Apt</name>
-  <description>Tobago Apt</description>
+  <name>Tobago Tool Apt</name>
+  <description>Tobago Tool Apt</description>
 
   <dependencies>
     <dependency>