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 2011/03/29 23:18:44 UTC

svn commit: r1086751 - in /myfaces/tobago/trunk/tobago-example: tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/ tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/ ...

Author: lofwyr
Date: Tue Mar 29 21:18:43 2011
New Revision: 1086751

URL: http://svn.apache.org/viewvc?rev=1086751&view=rev
Log:
Simplify the addressbook example: Remove the addressbook lib. This helps to play around with the application.

Added:
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Address.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Address.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/AddressDao.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/AddressDao.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/DerbyShutdownServletContextListener.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/DerbyShutdownServletContextListener.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/EmailAddress.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/EmailAddress.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/InMemoryAddressDao.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/InMemoryAddressDao.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Log4jUtils.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Log4jUtils.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/OpenJpaLoadTimeWeaver.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/OpenJpaLoadTimeWeaver.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Picture.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Picture.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AdminController.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AdminController.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AppenderModel.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AppenderModel.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/CategoryModel.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/CategoryModel.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Controller.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Controller.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Countries.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Countries.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Layout.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Layout.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LoggingController.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LoggingController.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/MessageUtils.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/MessageUtils.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/PictureServlet.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/PictureServlet.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/RandomAddressGenerator.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/RandomAddressGenerator.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/SelectItemComparator.java   (contents, props changed)
      - copied, changed from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/SelectItemComparator.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/resources/META-INF/
      - copied from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/resources/META-INF/
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/resources/META-INF/persistence.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook/
      - copied from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/resources/META-INF/resources/addressbook/
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/addressbook-resource/
      - copied from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/resources/META-INF/resources/addressbook-resource/
Removed:
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Address.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/AddressDao.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/DerbyShutdownServletContextListener.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/EmailAddress.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/InMemoryAddressDao.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Log4jUtils.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/OpenJpaLoadTimeWeaver.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Picture.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AdminController.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AppenderModel.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/CategoryModel.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Controller.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Countries.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Layout.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LoggingController.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/MessageUtils.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/PictureServlet.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/RandomAddressGenerator.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/SelectItemComparator.java
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/resources/META-INF/
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/resources/META-INF/faces-config.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/resources/META-INF/resources/addressbook/
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/resources/META-INF/resources/addressbook-resource/
Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/WEB-INF/faces-config.xml

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=1086751&r1=1086750&r2=1086751&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml Tue Mar 29 21:18:43 2011
@@ -30,6 +30,22 @@
     <finalName>tobago-example-addressbook</finalName>
     <plugins>
       <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>process-classes</phase>
+            <configuration>
+              <tasks>
+                <java classname="org.apache.openjpa.enhance.PCEnhancer" classpathref="maven.runtime.classpath" dir="target/classes" fork="true" />
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
         <configuration>
@@ -132,13 +148,165 @@
 
   <dependencies>
     <dependency>
+        <groupId>org.tango-project</groupId>
+        <artifactId>tango-icon-theme</artifactId>
+        <version>0.8.0</version>
+    </dependency>
+   <!-- <dependency>
+      <groupId>org.apache.openjpa</groupId>
+      <artifactId>openjpa</artifactId>
+      <version>${openjpa.version}</version>
+    </dependency>-->
+    <!--dependency>
+      <groupId>org.apache.openjpa</groupId>
+      <artifactId>openjpa-persistence</artifactId>
+      <version>${openjpa.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>hsqldb</groupId>
+          <artifactId>hsqldb</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ant</groupId>
+          <artifactId>ant</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency-->
+    <dependency>
+      <groupId>org.apache.openjpa</groupId>
+      <artifactId>openjpa-persistence-jdbc</artifactId>
+      <version>${openjpa.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>hsqldb</groupId>
+          <artifactId>hsqldb</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ant</groupId>
+          <artifactId>ant</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <!--dependency>
+      <groupId>org.apache.openjpa</groupId>
+      <artifactId>openjpa-xmlstore</artifactId>
+      <version>${openjpa.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>ant</groupId>
+          <artifactId>ant</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency-->
+    <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
-      <artifactId>tobago-example-addressbook-lib</artifactId>
+      <artifactId>tobago-fileupload</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.myfaces.tobago</groupId>
+      <artifactId>tobago-theme-charlotteville</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tobago</groupId>
+      <artifactId>tobago-theme-richmond</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tobago</groupId>
+      <artifactId>tobago-core</artifactId>
+      <version>${project.version}</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>sun.jdk</groupId>
+          <artifactId>tools</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tobago</groupId>
+      <artifactId>tobago-security</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tobago</groupId>
+      <artifactId>tobago-facelets</artifactId>
+      <version>${project.version}</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>sun.jdk</groupId>
+          <artifactId>tools</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.el</groupId>
+          <artifactId>el-api</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>jcl-over-slf4j</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>10.3.1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-orm</artifactId>
+      <version>${spring.version}</version>
+    </dependency>
+     <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-jdbc</artifactId>
+      <version>${spring.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-aop</artifactId>
+      <version>${spring.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-web</artifactId>
+      <version>${spring.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>jstl</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.servlet</groupId>
+          <artifactId>jsp-api</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>taglibs</groupId>
+      <artifactId>standard</artifactId>
+    </dependency>
   </dependencies>
+
+  <properties>
+    <openjpa.version>1.0.2</openjpa.version>
+    <spring.version>2.5.3</spring.version>
+  </properties>
+
 </project>

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Address.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Address.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Address.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Address.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Address.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Address.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Address.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/AddressDao.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/AddressDao.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/AddressDao.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/AddressDao.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/AddressDao.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/AddressDao.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/AddressDao.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/DerbyShutdownServletContextListener.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/DerbyShutdownServletContextListener.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/DerbyShutdownServletContextListener.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/DerbyShutdownServletContextListener.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/DerbyShutdownServletContextListener.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/DerbyShutdownServletContextListener.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/DerbyShutdownServletContextListener.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/EmailAddress.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/EmailAddress.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/EmailAddress.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/EmailAddress.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/EmailAddress.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/EmailAddress.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/EmailAddress.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/InMemoryAddressDao.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/InMemoryAddressDao.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/InMemoryAddressDao.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/InMemoryAddressDao.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/InMemoryAddressDao.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/InMemoryAddressDao.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/InMemoryAddressDao.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Log4jUtils.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Log4jUtils.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Log4jUtils.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Log4jUtils.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Log4jUtils.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Log4jUtils.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Log4jUtils.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/OpenJpaLoadTimeWeaver.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/OpenJpaLoadTimeWeaver.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/OpenJpaLoadTimeWeaver.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/OpenJpaLoadTimeWeaver.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/OpenJpaLoadTimeWeaver.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/OpenJpaLoadTimeWeaver.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/OpenJpaLoadTimeWeaver.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Picture.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Picture.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Picture.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Picture.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/Picture.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Picture.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Picture.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AdminController.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AdminController.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AdminController.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AdminController.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AdminController.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AdminController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AdminController.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AppenderModel.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AppenderModel.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AppenderModel.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AppenderModel.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AppenderModel.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AppenderModel.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/AppenderModel.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/CategoryModel.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/CategoryModel.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/CategoryModel.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/CategoryModel.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/CategoryModel.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/CategoryModel.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/CategoryModel.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Controller.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Controller.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Controller.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Controller.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Controller.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Controller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Controller.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Countries.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Countries.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Countries.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Countries.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Countries.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Countries.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Countries.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Layout.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Layout.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Layout.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Layout.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Layout.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Layout.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Layout.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LoggingController.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LoggingController.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LoggingController.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LoggingController.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LoggingController.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LoggingController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LoggingController.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/MessageUtils.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/MessageUtils.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/MessageUtils.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/MessageUtils.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/MessageUtils.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/MessageUtils.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/MessageUtils.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/PictureServlet.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/PictureServlet.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/PictureServlet.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/PictureServlet.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/PictureServlet.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/PictureServlet.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/PictureServlet.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/RandomAddressGenerator.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/RandomAddressGenerator.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/RandomAddressGenerator.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/RandomAddressGenerator.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/RandomAddressGenerator.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/RandomAddressGenerator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/RandomAddressGenerator.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/SelectItemComparator.java (from r1086690, myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/SelectItemComparator.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/SelectItemComparator.java?p2=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/SelectItemComparator.java&p1=myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/SelectItemComparator.java&r1=1086690&r2=1086751&rev=1086751&view=diff
==============================================================================
    (empty)

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/SelectItemComparator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/SelectItemComparator.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/resources/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/resources/META-INF/persistence.xml?rev=1086751&view=auto
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/resources/META-INF/persistence.xml (added)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/resources/META-INF/persistence.xml Tue Mar 29 21:18:43 2011
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
+<persistence xmlns="http://java.sun.com/xml/ns/persistence"
+             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+             xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" version="1.0">
+
+    <persistence-unit name="addressBook" transaction-type="RESOURCE_LOCAL">
+      <class>org.apache.myfaces.tobago.example.addressbook.Address</class>
+      <class>org.apache.myfaces.tobago.example.addressbook.Picture</class>
+
+      <properties>
+        <property name="openjpa.RuntimeClassOptimization" value="false"/>
+        <property name="openjpa.Log" value="DefaultLevel=TRACE"/> 
+      </properties>
+
+    </persistence-unit>
+</persistence>
+

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/WEB-INF/faces-config.xml?rev=1086751&r1=1086750&r2=1086751&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/WEB-INF/faces-config.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/WEB-INF/faces-config.xml Tue Mar 29 21:18:43 2011
@@ -30,6 +30,11 @@
       <supported-locale>en_GB</supported-locale>
       <supported-locale>en_US</supported-locale>
     </locale-config>
+    <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
+    <action-listener>org.apache.myfaces.tobago.util.DebugActionListener</action-listener>
+    <navigation-handler>org.apache.myfaces.tobago.util.DebugNavigationHandler</navigation-handler>
+    <variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>
+    <message-bundle>error.messages</message-bundle>
   </application>
 
   <lifecycle>
@@ -37,6 +42,36 @@
     <phase-listener>org.apache.myfaces.tobago.example.addressbook.web.StartupPhaseListener</phase-listener>
   </lifecycle>
 
+  <converter>
+    <converter-for-class>java.util.Locale</converter-for-class>
+    <converter-class>org.apache.myfaces.tobago.example.addressbook.web.LocaleConverter</converter-class>
+  </converter>
+
+  <validator>
+    <validator-id>EmailAddressValidator</validator-id>
+    <validator-class>org.apache.myfaces.tobago.example.addressbook.web.EmailAddressValidator</validator-class>
+  </validator>
+
+  <converter>
+    <converter-for-class>org.apache.myfaces.tobago.example.addressbook.EmailAddress</converter-for-class>
+    <converter-class>org.apache.myfaces.tobago.example.addressbook.web.EmailAddressConverter</converter-class>
+  </converter>
+
+  <navigation-rule>
+    <navigation-case>
+      <from-outcome>editor</from-outcome>
+      <to-view-id>/addressbook/editor.xhtml</to-view-id>
+    </navigation-case>
+    <navigation-case>
+      <from-outcome>list</from-outcome>
+      <to-view-id>/addressbook/list.xhtml</to-view-id>
+    </navigation-case>
+    <navigation-case>
+      <from-outcome>admin</from-outcome>
+      <to-view-id>/addressbook/admin/admin.xhtml</to-view-id>
+    </navigation-case>
+  </navigation-rule>
+
   <navigation-rule>
     <navigation-case>
       <from-outcome>logout</from-outcome>