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 2010/05/04 09:57:57 UTC

svn commit: r940763 - in /myfaces/tobago/trunk/tobago-example: tobago-example-addressbook-lib/pom.xml tobago-example-addressbook/pom.xml tobago-example-data/pom.xml

Author: lofwyr
Date: Tue May  4 07:57:57 2010
New Revision: 940763

URL: http://svn.apache.org/viewvc?rev=940763&view=rev
Log:
naming

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-data/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml?rev=940763&r1=940762&r2=940763&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml Tue May  4 07:57:57 2010
@@ -24,7 +24,12 @@
   </parent>
   <artifactId>tobago-example-addressbook-lib</artifactId>
   <packaging>jar</packaging>
-  <name>Example Addressbook Library</name>
+  <name>Tobago Example Addressbook Library</name>
+  <description>
+    This package contains the Java logic and the pages (Facelets) for the address book application
+    as a library. This is to demonstrate, how to put logic and view in a library, to use it in different
+    applications.
+  </description>
   <build>
     <plugins>
       <plugin>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml?rev=940763&r1=940762&r2=940763&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml Tue May  4 07:57:57 2010
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-example-addressbook</artifactId>
   <packaging>war</packaging>
-  <name>Example Addressbook Webapp</name>
+  <name>Tobago Example Addressbook</name>
 
   <build>
     <finalName>tobago-example-addressbook</finalName>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-data/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-data/pom.xml?rev=940763&r1=940762&r2=940763&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-data/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-data/pom.xml Tue May  4 07:57:57 2010
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>tobago-example-data</artifactId>
   <packaging>jar</packaging>
-  <name>Data for Examples</name>
+  <name>Tobago Example Data (to use in other examples)</name>
 
   <dependencies>
     <dependency>