[seam-commits] [seam/international] 9bbc3c: SEAMINTL-19 add some Locale and Messages stuff to ...

noreply at github.com noreply at github.com
Sat Nov 19 06:46:46 EST 2011


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

  Commit: 9bbc3c77d47e21b48ab0d0df5d99ad24048c6c51
      https://github.com/seam/international/commit/9bbc3c77d47e21b48ab0d0df5d99ad24048c6c51
  Author: Marek Schmidt <maschmid at redhat.com>
  Date:   2011-11-02 (Wed, 02 Nov 2011)

  Changed paths:
    M examples/timeanddate/pom.xml
  A examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/locale/CustomLocaleConfiguration.java
  A examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/locale/LocaleBean.java
  A examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/locale/LocaleConverter.java
  M examples/timeanddate/src/main/resources/resources.properties
  M examples/timeanddate/src/main/resources/resources_pt_BR.properties
  M examples/timeanddate/src/main/webapp/index.xhtml
  M examples/timeanddate/src/main/webapp/resources/css/style.css
  M examples/timeanddate/src/main/webapp/template.xhtml
  M examples/timeanddate/src/main/webapp/worldsclock.xhtml
  M examples/timeanddate/src/test/java/org/jboss/seam/international/examples/timeanddate/ftest/TimeAndDateTest.java

  Log Message:
  -----------
  SEAMINTL-19 add some Locale and Messages stuff to the TimeAndDate example


  Commit: 3550e082916e2966c192959665c804492ad8fc44
      https://github.com/seam/international/commit/3550e082916e2966c192959665c804492ad8fc44
  Author: Marek Schmidt <maschmid at redhat.com>
  Date:   2011-11-02 (Wed, 02 Nov 2011)

  Changed paths:
    M examples/timeanddate/src/main/resources/resources_pt_BR.properties
  M examples/timeanddate/src/test/java/org/jboss/seam/international/examples/timeanddate/ftest/TimeAndDateTest.java

  Log Message:
  -----------
  thanks gastaldi for the translations.


  Commit: f3500315e4fdc8fc8fb28e85142e93a907f8f8cd
      https://github.com/seam/international/commit/f3500315e4fdc8fc8fb28e85142e93a907f8f8cd
  Author: Ken Finnigan <ken at kenfinnigan.me>
  Date:   2011-11-03 (Thu, 03 Nov 2011)

  Changed paths:
    M examples/timeanddate/pom.xml
  A examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/locale/CustomLocaleConfiguration.java
  A examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/locale/LocaleBean.java
  A examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/locale/LocaleConverter.java
  M examples/timeanddate/src/main/resources/resources.properties
  M examples/timeanddate/src/main/resources/resources_pt_BR.properties
  M examples/timeanddate/src/main/webapp/index.xhtml
  M examples/timeanddate/src/main/webapp/resources/css/style.css
  M examples/timeanddate/src/main/webapp/template.xhtml
  M examples/timeanddate/src/main/webapp/worldsclock.xhtml
  M examples/timeanddate/src/test/java/org/jboss/seam/international/examples/timeanddate/ftest/TimeAndDateTest.java

  Log Message:
  -----------
  Merge pull request #22 from maschmid/SEAMINTL-19

SEAMINTL-19 add some Locale and Messages stuff to the TimeAndDate example


  Commit: 0b7c8aeaee7cfc6d9219e050536d640f6007edd9
      https://github.com/seam/international/commit/0b7c8aeaee7cfc6d9219e050536d640f6007edd9
  Author: Shane Bryzak <sbryzak at gmail.com>
  Date:   2011-11-19 (Sat, 19 Nov 2011)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  updated parent, bom versions


  Commit: 5ba5bba506ff1817382969b5d725f8018598b76c
      https://github.com/seam/international/commit/5ba5bba506ff1817382969b5d725f8018598b76c
  Author: Shane Bryzak <sbryzak at gmail.com>
  Date:   2011-11-19 (Sat, 19 Nov 2011)

  Changed paths:
    R examples/timeanddate/pom.xml
  R examples/timeanddate/readme.txt
  R examples/timeanddate/src/main/assembly/assembly.xml
  R examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/converters/JdkDateTimeZoneToStringDateConverter.java
  R examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/converters/JodaDateTimeToStringDateConverter.java
  R examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/locale/CustomLocaleConfiguration.java
  R examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/locale/LocaleBean.java
  R examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/locale/LocaleConverter.java
  R examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/model/TimeZoneRegions.java
  R examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/worldclock/AvailableTimeZonesBean.java
  R examples/timeanddate/src/main/resources/resources.properties
  R examples/timeanddate/src/main/resources/resources_pt_BR.properties
  R examples/timeanddate/src/main/webapp/META-INF/MANIFEST.MF
  R examples/timeanddate/src/main/webapp/WEB-INF/beans.xml
  R examples/timeanddate/src/main/webapp/WEB-INF/faces-config.xml
  R examples/timeanddate/src/main/webapp/WEB-INF/web.xml
  R examples/timeanddate/src/main/webapp/index.xhtml
  R examples/timeanddate/src/main/webapp/resources/css/style.css
  R examples/timeanddate/src/main/webapp/template.xhtml
  R examples/timeanddate/src/main/webapp/worldsclock.xhtml
  R examples/timeanddate/src/test/java/org/jboss/seam/international/examples/timeanddate/ftest/TimeAndDateTest.java
  R examples/timeanddate/src/test/resources/arquillian.xml

  Log Message:
  -----------
  move timeanddate example to seam examples


  Commit: 7c909e660d53abd3330ff07e9dfff1a0d2414194
      https://github.com/seam/international/commit/7c909e660d53abd3330ff07e9dfff1a0d2414194
  Author: Shane Bryzak <sbryzak at gmail.com>
  Date:   2011-11-19 (Sat, 19 Nov 2011)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  removed timeanddate example


  Commit: 706750ae6f8a90bb07a480a818bc7c172be4db06
      https://github.com/seam/international/commit/706750ae6f8a90bb07a480a818bc7c172be4db06
  Author: Shane Bryzak <sbryzak at gmail.com>
  Date:   2011-11-19 (Sat, 19 Nov 2011)

  Changed paths:
    M dist/pom.xml

  Log Message:
  -----------
  removed timeanddate example


  Commit: cde59387e7a7ff042fa95da6f1a722ec1c723b63
      https://github.com/seam/international/commit/cde59387e7a7ff042fa95da6f1a722ec1c723b63
  Author: Shane Bryzak <sbryzak at gmail.com>
  Date:   2011-11-19 (Sat, 19 Nov 2011)

  Changed paths:
    M api/pom.xml
  M dist/pom.xml
  M docs/pom.xml
  M impl/pom.xml
  M pom.xml
  M testsuite/pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release 3.1.0.Beta5


  Commit: 275469528a5660fe0f2fca997349f246975c7a93
      https://github.com/seam/international/commit/275469528a5660fe0f2fca997349f246975c7a93
  Author: Shane Bryzak <sbryzak at gmail.com>
  Date:   2011-11-19 (Sat, 19 Nov 2011)

  Changed paths:
    M api/pom.xml
  M dist/pom.xml
  M docs/pom.xml
  M impl/pom.xml
  M pom.xml
  M testsuite/pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 003b415fe685f42dfc3daba5e7716c7a0a89b585
      https://github.com/seam/international/commit/003b415fe685f42dfc3daba5e7716c7a0a89b585
  Author: Shane Bryzak <sbryzak at gmail.com>
  Date:   2011-11-19 (Sat, 19 Nov 2011)

  Changed paths:
    M dist/pom.xml
  R examples/timeanddate/pom.xml
  R examples/timeanddate/readme.txt
  R examples/timeanddate/src/main/assembly/assembly.xml
  R examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/converters/JdkDateTimeZoneToStringDateConverter.java
  R examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/converters/JodaDateTimeToStringDateConverter.java
  R examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/model/TimeZoneRegions.java
  R examples/timeanddate/src/main/java/org/jboss/seam/international/examples/timeanddate/worldclock/AvailableTimeZonesBean.java
  R examples/timeanddate/src/main/resources/resources.properties
  R examples/timeanddate/src/main/resources/resources_pt_BR.properties
  R examples/timeanddate/src/main/webapp/META-INF/MANIFEST.MF
  R examples/timeanddate/src/main/webapp/WEB-INF/beans.xml
  R examples/timeanddate/src/main/webapp/WEB-INF/faces-config.xml
  R examples/timeanddate/src/main/webapp/WEB-INF/web.xml
  R examples/timeanddate/src/main/webapp/index.xhtml
  R examples/timeanddate/src/main/webapp/resources/css/style.css
  R examples/timeanddate/src/main/webapp/template.xhtml
  R examples/timeanddate/src/main/webapp/worldsclock.xhtml
  R examples/timeanddate/src/test/java/org/jboss/seam/international/examples/timeanddate/ftest/TimeAndDateTest.java
  R examples/timeanddate/src/test/resources/arquillian.xml
  M pom.xml

  Log Message:
  -----------
  Merge branch 'release/3.1.0.Beta5'


Compare: https://github.com/seam/international/compare/eb80c4f...003b415


More information about the seam-commits mailing list