[seam-commits] [seam/faces] 884c78: SEAMFACES-120 Renamed the project folders for the ...

noreply at github.com noreply at github.com
Fri Mar 25 08:55:57 EDT 2011


Branch: refs/heads/master
Home:   https://github.com/seam/faces

Commit: 884c781e697ee7b792ded0125ac1154ffe39c55e
    https://github.com/seam/faces/commit/884c781e697ee7b792ded0125ac1154ffe39c55e
Author: Brian Leathem <bleathem at gmail.com>
Date:   2011-03-25 (Fri, 25 Mar 2011)

Changed paths:
  A examples/faces-security/pom.xml
  A examples/faces-security/src/main/java/org/jboss/seam/faces/examples/security/Owner.java
  A examples/faces-security/src/main/java/org/jboss/seam/faces/examples/security/Pages.java
  A examples/faces-security/src/main/java/org/jboss/seam/faces/examples/security/Public.java
  A examples/faces-security/src/main/java/org/jboss/seam/faces/examples/security/SecurityRules.java
  A examples/faces-security/src/main/java/org/jboss/seam/faces/examples/security/SimpleAuthenticator.java
  A examples/faces-security/src/main/setup/jboss-ds.xml
  A examples/faces-security/src/main/setup/jboss4-netbeans-destinations-service.xml
  A examples/faces-security/src/main/webapp/WEB-INF/beans.xml
  A examples/faces-security/src/main/webapp/WEB-INF/faces-config.xml
  A examples/faces-security/src/main/webapp/WEB-INF/glassfish-web.xml
  A examples/faces-security/src/main/webapp/WEB-INF/jboss-web.xml
  A examples/faces-security/src/main/webapp/WEB-INF/sun-web.xml
  A examples/faces-security/src/main/webapp/WEB-INF/web.xml
  A examples/faces-security/src/main/webapp/index.jsf
  A examples/faces-security/src/main/webapp/index.xhtml
  A examples/faces-security/src/main/webapp/item.xhtml
  A examples/faces-security/src/main/webapp/login.xhtml
  A examples/faces-security/src/main/webapp/status.xhtml
  A examples/faces-short-ly/pom.xml
  A examples/faces-short-ly/readme.txt
  A examples/faces-short-ly/src/main/assembly/assembly.xml
  A examples/faces-short-ly/src/main/java/org/jboss/seam/faces/examples/tinyurl/LinkBean.java
  A examples/faces-short-ly/src/main/java/org/jboss/seam/faces/examples/tinyurl/RedirectBean.java
  A examples/faces-short-ly/src/main/java/org/jboss/seam/faces/examples/tinyurl/TinyLink.java
  A examples/faces-short-ly/src/main/resources-jbossas/short.ly-ds.xml
  A examples/faces-short-ly/src/main/resources/META-INF/persistence.xml
  A examples/faces-short-ly/src/main/webapp/META-INF/MANIFEST.MF
  A examples/faces-short-ly/src/main/webapp/WEB-INF/beans.xml
  A examples/faces-short-ly/src/main/webapp/WEB-INF/faces-config.xml
  A examples/faces-short-ly/src/main/webapp/WEB-INF/pretty-config.xml
  A examples/faces-short-ly/src/main/webapp/WEB-INF/web.xml
  A examples/faces-short-ly/src/main/webapp/editLink.xhtml
  A examples/faces-short-ly/src/main/webapp/index.xhtml
  A examples/faces-short-ly/src/test/java/org/jboss/seam/faces/examples/tinyurl/ftest/ShortlyTest.java
  A examples/faces-short-ly/src/test/resources/ftests.xml
  R examples/security/pom.xml
  R examples/security/src/main/java/org/jboss/seam/faces/examples/security/Owner.java
  R examples/security/src/main/java/org/jboss/seam/faces/examples/security/Pages.java
  R examples/security/src/main/java/org/jboss/seam/faces/examples/security/Public.java
  R examples/security/src/main/java/org/jboss/seam/faces/examples/security/SecurityRules.java
  R examples/security/src/main/java/org/jboss/seam/faces/examples/security/SimpleAuthenticator.java
  R examples/security/src/main/setup/jboss-ds.xml
  R examples/security/src/main/setup/jboss4-netbeans-destinations-service.xml
  R examples/security/src/main/webapp/WEB-INF/beans.xml
  R examples/security/src/main/webapp/WEB-INF/faces-config.xml
  R examples/security/src/main/webapp/WEB-INF/glassfish-web.xml
  R examples/security/src/main/webapp/WEB-INF/jboss-web.xml
  R examples/security/src/main/webapp/WEB-INF/sun-web.xml
  R examples/security/src/main/webapp/WEB-INF/web.xml
  R examples/security/src/main/webapp/index.jsf
  R examples/security/src/main/webapp/index.xhtml
  R examples/security/src/main/webapp/item.xhtml
  R examples/security/src/main/webapp/login.xhtml
  R examples/security/src/main/webapp/status.xhtml
  R examples/short-ly/pom.xml
  R examples/short-ly/readme.txt
  R examples/short-ly/src/main/assembly/assembly.xml
  R examples/short-ly/src/main/java/org/jboss/seam/faces/examples/tinyurl/LinkBean.java
  R examples/short-ly/src/main/java/org/jboss/seam/faces/examples/tinyurl/RedirectBean.java
  R examples/short-ly/src/main/java/org/jboss/seam/faces/examples/tinyurl/TinyLink.java
  R examples/short-ly/src/main/resources-jbossas/short.ly-ds.xml
  R examples/short-ly/src/main/resources/META-INF/persistence.xml
  R examples/short-ly/src/main/webapp/META-INF/MANIFEST.MF
  R examples/short-ly/src/main/webapp/WEB-INF/beans.xml
  R examples/short-ly/src/main/webapp/WEB-INF/faces-config.xml
  R examples/short-ly/src/main/webapp/WEB-INF/pretty-config.xml
  R examples/short-ly/src/main/webapp/WEB-INF/web.xml
  R examples/short-ly/src/main/webapp/editLink.xhtml
  R examples/short-ly/src/main/webapp/index.xhtml
  R examples/short-ly/src/test/java/org/jboss/seam/faces/examples/tinyurl/ftest/ShortlyTest.java
  R examples/short-ly/src/test/resources/ftests.xml

Log Message:
-----------
SEAMFACES-120 Renamed the project folders for the Faces examples


Commit: f304dd4d7210bcdcdc79bac7cb73b7a5c61b967b
    https://github.com/seam/faces/commit/f304dd4d7210bcdcdc79bac7cb73b7a5c61b967b
Author: Brian Leathem <bleathem at gmail.com>
Date:   2011-03-25 (Fri, 25 Mar 2011)

Changed paths:
  M examples/faces-security/pom.xml
  M examples/faces-security/src/main/webapp/WEB-INF/glassfish-web.xml
  M examples/faces-security/src/main/webapp/WEB-INF/jboss-web.xml
  M examples/faces-security/src/main/webapp/WEB-INF/sun-web.xml
  M examples/faces-short-ly/pom.xml

Log Message:
-----------
SEAMFACES-120 Cleanup of the faces-security and faces-short-ly examples pom.xml files


Compare: https://github.com/seam/faces/compare/02ef111...f304dd4


More information about the seam-commits mailing list