Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/blog/project.properties

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8 by shinsuke, Fri Dec 23 00:39:21 2005 UTC revision 1.9 by shinsuke, Fri Jan 6 01:08:52 2006 UTC
# Line 15  Line 15 
15  # $Id$  # $Id$
16  #  #
17    
18  maven.repo.remote = http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/, http://dist.codehaus.org/, http://cvs.apache.org/repository, http://marevol-utils.sourceforge.jp/maven/  maven.test.skip=true
19    
20    maven.repo.remote = http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/, http://dist.codehaus.org/, http://cvs.apache.org/repository, http://marevol-utils.sourceforge.jp/maven/, http://seasar.sourceforge.jp/maven/
21    
22  #  #
23  # DATE Preferences  # DATE Preferences
# Line 66  torque.java.dir = ${maven.build.dir}/jav Line 68  torque.java.dir = ${maven.build.dir}/jav
68  # HSQL Configuration  # HSQL Configuration
69  torque.database=hypersonic  torque.database=hypersonic
70    
71  torque.database.buildUrl = jdbc:hsqldb:${maven.src.dir}/webapp/WEB-INF/db/blog  torque.database.buildUrl = jdbc:hsqldb:${maven.src.dir}/db/hsql/blog
72  torque.database.url = jdbc:hsqldb:${maven.src.dir}/webapp/WEB-INF/db/blog  torque.database.url = jdbc:hsqldb:${maven.src.dir}/db/hsql/blog
73  torque.database.driver = org.hsqldb.jdbcDriver  torque.database.driver = org.hsqldb.jdbcDriver
74  torque.database.user = sa  torque.database.user = sa
75  torque.database.password =  torque.database.password =

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26