From tonouchi ¡÷ users.sourceforge.jp Wed Mar 4 21:41:05 2009 From: tonouchi ¡÷ users.sourceforge.jp (tonouchi ¡÷ users.sourceforge.jp) Date: Wed, 04 Mar 2009 21:41:05 +0900 Subject: [Executable-war-develop] [SCM] executable-war (executable-war) branch, master, created. e29e9ec740ed9a77dbdf28a41117c3fb940be211 Message-ID: <1236170465.565955.17802.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "executable-war" repository containing the "executable-war" project. The branch, master has been created at e29e9ec740ed9a77dbdf28a41117c3fb940be211 (commit) - Log ----------------------------------------------------------------- commit e29e9ec740ed9a77dbdf28a41117c3fb940be211 Author: 殿å? èª?? Date: Wed Mar 4 21:40:49 2009 +0900 added pom.xml ----------------------------------------------------------------------- hooks/post-receive -- executable-war (executable-war) From tonouchi ¡÷ users.sourceforge.jp Wed Mar 4 21:41:37 2009 From: tonouchi ¡÷ users.sourceforge.jp (tonouchi ¡÷ users.sourceforge.jp) Date: Wed, 04 Mar 2009 21:41:37 +0900 Subject: [Executable-war-develop] [SCM] executable-war (executable-war) branch, master, updated. 8eefcf1175904a99aaaeca028e1944562b1ca8c4 Message-ID: <1236170497.454424.18031.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "executable-war" repository containing the "executable-war" project. The branch, master has been updated via 8eefcf1175904a99aaaeca028e1944562b1ca8c4 (commit) from e29e9ec740ed9a77dbdf28a41117c3fb940be211 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8eefcf1175904a99aaaeca028e1944562b1ca8c4 Author: 殿å? èª?? Date: Wed Mar 4 21:41:23 2009 +0900 added src ----------------------------------------------------------------------- Summary of changes: src/main/resources/META-INF/maven/archetype.xml | 27 +++ src/main/resources/archetype-resources/jar/pom.xml | 121 ++++++++++++++ .../jar/src/main/java/Start.java | 109 ++++++++++++ .../jar/src/main/resources/META-INF/MANIFEST.MF | 2 + .../jar/src/main/resources/log4j.properties | 10 + .../java/org/tonouchi/test/util/DBUnitUtil.java | 87 ++++++++++ .../java/org/tonouchi/test/util/SQLExecutor.java | 49 ++++++ src/main/resources/archetype-resources/pom.xml | 96 +++++++++++ .../src/main/assembly/execwar.xml | 24 +++ src/main/resources/archetype-resources/war/pom.xml | 176 ++++++++++++++++++++ .../main/java/org/tonouchi/example/HomePage.html | 9 + .../main/java/org/tonouchi/example/HomePage.java | 20 +++ .../org/tonouchi/example/WicketApplication.java | 34 ++++ .../src/main/resources/META-INF/persistence.xml | 9 + .../war/src/main/resources/log4j.properties | 5 + .../war/src/main/webapp/WEB-INF/web.xml | 32 ++++ .../war/src/test/java/Start.java | 63 +++++++ .../java/org/tonouchi/test/util/DBUnitUtil.java | 87 ++++++++++ .../java/org/tonouchi/test/util/SQLExecutor.java | 49 ++++++ 19 files changed, 1009 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/META-INF/maven/archetype.xml create mode 100644 src/main/resources/archetype-resources/jar/pom.xml create mode 100644 src/main/resources/archetype-resources/jar/src/main/java/Start.java create mode 100644 src/main/resources/archetype-resources/jar/src/main/resources/META-INF/MANIFEST.MF create mode 100644 src/main/resources/archetype-resources/jar/src/main/resources/log4j.properties create mode 100644 src/main/resources/archetype-resources/jar/src/test/java/org/tonouchi/test/util/DBUnitUtil.java create mode 100644 src/main/resources/archetype-resources/jar/src/test/java/org/tonouchi/test/util/SQLExecutor.java create mode 100644 src/main/resources/archetype-resources/pom.xml create mode 100644 src/main/resources/archetype-resources/src/main/assembly/execwar.xml create mode 100644 src/main/resources/archetype-resources/war/pom.xml create mode 100644 src/main/resources/archetype-resources/war/src/main/java/org/tonouchi/example/HomePage.html create mode 100644 src/main/resources/archetype-resources/war/src/main/java/org/tonouchi/example/HomePage.java create mode 100644 src/main/resources/archetype-resources/war/src/main/java/org/tonouchi/example/WicketApplication.java create mode 100644 src/main/resources/archetype-resources/war/src/main/resources/META-INF/persistence.xml create mode 100644 src/main/resources/archetype-resources/war/src/main/resources/log4j.properties create mode 100644 src/main/resources/archetype-resources/war/src/main/webapp/WEB-INF/web.xml create mode 100644 src/main/resources/archetype-resources/war/src/test/java/Start.java create mode 100644 src/main/resources/archetype-resources/war/src/test/java/org/tonouchi/test/util/DBUnitUtil.java create mode 100644 src/main/resources/archetype-resources/war/src/test/java/org/tonouchi/test/util/SQLExecutor.java hooks/post-receive -- executable-war (executable-war) From tonouchi ¡÷ users.sourceforge.jp Thu Mar 5 10:54:56 2009 From: tonouchi ¡÷ users.sourceforge.jp (tonouchi ¡÷ users.sourceforge.jp) Date: Thu, 05 Mar 2009 10:54:56 +0900 Subject: [Executable-war-develop] [SCM] executable-war (executable-war) branch, master, updated. c6917a769e70827ac6f0d2b6f7276d0d211b32e3 Message-ID: <1236218096.096562.15784.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "executable-war" repository containing the "executable-war" project. The branch, master has been updated via c6917a769e70827ac6f0d2b6f7276d0d211b32e3 (commit) from 8eefcf1175904a99aaaeca028e1944562b1ca8c4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c6917a769e70827ac6f0d2b6f7276d0d211b32e3 Author: 殿å? èª?? Date: Thu Mar 5 10:53:06 2009 +0900 added .gitignore ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 .gitignore hooks/post-receive -- executable-war (executable-war) From tonouchi ¡÷ users.sourceforge.jp Thu Mar 12 19:39:55 2009 From: tonouchi ¡÷ users.sourceforge.jp (tonouchi ¡÷ users.sourceforge.jp) Date: Thu, 12 Mar 2009 19:39:55 +0900 Subject: [Executable-war-develop] [SCM] executable-war (executable-war) branch, master, updated. 89b2e28ac635c341a8a676b809611761d290c2b6 Message-ID: <1236854395.252705.32751.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "executable-war" repository containing the "executable-war" project. The branch, master has been updated via 89b2e28ac635c341a8a676b809611761d290c2b6 (commit) from c6917a769e70827ac6f0d2b6f7276d0d211b32e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 89b2e28ac635c341a8a676b809611761d290c2b6 Author: 殿å? èª?? Date: Thu Mar 12 19:39:05 2009 +0900 added site information into pom.xml ----------------------------------------------------------------------- Summary of changes: pom.xml | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) hooks/post-receive -- executable-war (executable-war) From tonouchi ¡÷ users.sourceforge.jp Wed Mar 18 19:42:09 2009 From: tonouchi ¡÷ users.sourceforge.jp (tonouchi ¡÷ users.sourceforge.jp) Date: Wed, 18 Mar 2009 19:42:09 +0900 Subject: [Executable-war-develop] [SCM] executable-war (executable-war) branch, master, updated. da2e645aa6cf93a0e182a994c0ae6d0a1fcbaa41 Message-ID: <1237372929.020350.3919.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "executable-war" repository containing the "executable-war" project. The branch, master has been updated via da2e645aa6cf93a0e182a994c0ae6d0a1fcbaa41 (commit) from 89b2e28ac635c341a8a676b809611761d290c2b6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit da2e645aa6cf93a0e182a994c0ae6d0a1fcbaa41 Author: 殿å? èª?? Date: Wed Mar 18 19:41:44 2009 +0900 release 0.1.3 ----------------------------------------------------------------------- Summary of changes: pom.xml | 23 +++++++++++-------- src/main/resources/META-INF/maven/archetype.xml | 4 --- src/main/resources/archetype-resources/war/pom.xml | 7 ++++++ 3 files changed, 20 insertions(+), 14 deletions(-) hooks/post-receive -- executable-war (executable-war) From tonouchi ¡÷ users.sourceforge.jp Thu Mar 19 17:48:10 2009 From: tonouchi ¡÷ users.sourceforge.jp (tonouchi ¡÷ users.sourceforge.jp) Date: Thu, 19 Mar 2009 17:48:10 +0900 Subject: [Executable-war-develop] [SCM] executable-war (executable-war) branch, master, updated. 3c7324f2ba263bb84ce0e36c0b362ca39a862343 Message-ID: <1237452490.873471.26007.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "executable-war" repository containing the "executable-war" project. The branch, master has been updated via 3c7324f2ba263bb84ce0e36c0b362ca39a862343 (commit) from da2e645aa6cf93a0e182a994c0ae6d0a1fcbaa41 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3c7324f2ba263bb84ce0e36c0b362ca39a862343 Author: 殿å? èª?? Date: Thu Mar 19 17:47:55 2009 +0900 added repository info to pom.xml ----------------------------------------------------------------------- Summary of changes: pom.xml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) hooks/post-receive -- executable-war (executable-war)