| 15 |
# $Id$ |
# $Id$ |
| 16 |
# |
# |
| 17 |
|
|
| 18 |
|
maven.test.skip=true |
| 19 |
|
|
| 20 |
|
# Maven Compilation Setting |
| 21 |
|
maven.compile.source=1.4 |
| 22 |
|
maven.compile.target=1.4 |
| 23 |
|
maven.compile.deprecation=on |
| 24 |
|
maven.compile.encoding=UTF-8 |
| 25 |
|
|
| 26 |
|
# repo |
| 27 |
|
maven.repo.remote = http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/, http://dist.codehaus.org/, http://people.apache.org/repository/, http://marevol-utils.sourceforge.jp/maven/, http://seasar.sourceforge.jp/maven/, http://www.marevol.com/maven |
| 28 |
|
|
| 29 |
maven.multiproject.type=war |
maven.multiproject.type=war |
| 30 |
|
|
| 31 |
org.apache.jetspeed.portlet.app.name=logviewer |
org.apache.jetspeed.portlet.app.name=logviewer |
| 32 |
|
|
| 33 |
jetspeed.version=2.0-M4-SNAPSHOT |
jetspeed.version=2.0 |
| 34 |
bridges.myfaces.version=0.3-SNAPSHOT |
bridges.myfaces.version=0.6 |
| 35 |
|
|
| 36 |
|
|
| 37 |
# ------------------------------------------------------------------- |
# ------------------------------------------------------------------- |
| 57 |
# HSQL Configuration |
# HSQL Configuration |
| 58 |
torque.database=hypersonic |
torque.database=hypersonic |
| 59 |
|
|
| 60 |
torque.database.buildUrl = jdbc:hsqldb:${maven.src.dir}/webapp/WEB-INF/db/logviewer |
torque.database.buildUrl = jdbc:hsqldb:${maven.src.dir}/db/hsql/logviewer |
| 61 |
torque.database.url = jdbc:hsqldb:${maven.src.dir}/webapp/WEB-INF/db/logviewer |
torque.database.url = jdbc:hsqldb:${maven.src.dir}/db/hsql/logviewer |
| 62 |
torque.database.driver = org.hsqldb.jdbcDriver |
torque.database.driver = org.hsqldb.jdbcDriver |
| 63 |
torque.database.user = sa |
torque.database.user = sa |
| 64 |
torque.database.password = |
torque.database.password = |