Author: echatellier Date: 2011-04-13 11:32:21 +0200 (Wed, 13 Apr 2011) New Revision: 797 Url: http://nuiton.org/repositories/revision/wikitty/797 Log: Fix name Added: trunk/wikitty-jdbc/src/test/resources/postgres-wikitty-config.properties Copied: trunk/wikitty-jdbc/src/test/resources/postgres-wikitty-config.properties (from rev 796, trunk/wikitty-jdbc/src/test/resources/postrges-wikitty-config.properties) =================================================================== --- trunk/wikitty-jdbc/src/test/resources/postgres-wikitty-config.properties (rev 0) +++ trunk/wikitty-jdbc/src/test/resources/postgres-wikitty-config.properties 2011-04-13 09:32:21 UTC (rev 797) @@ -0,0 +1,33 @@ +### +# #%L +# Wikitty :: wikitty-jdbc-impl +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin, Benjamin Poussin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### +wikitty.storage.jdbc.driver=org.postgresql.Driver +wikitty.storage.jdbc.host=jdbc:postgresql://localhost/test +wikitty.storage.jdbc.password=password +wikitty.storage.jdbc.login=test +wikitty.storage.jdbc.xadatasource=org.postgresql.xa.PGXADataSource +wikitty.storage.jdbc.xadatasource.org.postgresql.xa.PGXADataSource.serverName=localhost +wikitty.storage.jdbc.xadatasource.org.postgresql.xa.PGXADataSource.databaseName=test +wikitty.storage.jdbc.xadatasource.org.postgresql.xa.PGXADataSource.password=password +wikitty.storage.jdbc.xadatasource.org.postgresql.xa.PGXADataSource.user=test \ No newline at end of file
participants (1)
-
echatellier@users.nuiton.org