Author: echatellier Date: 2012-11-28 15:55:28 +0100 (Wed, 28 Nov 2012) New Revision: 34 Url: http://forge.codelutin.com/repositories/revision/cantharella/34 Log: Fix project tests during "mvn install" Added: trunk/cantharella.service/src/test/resources/data.properties Added: trunk/cantharella.service/src/test/resources/data.properties =================================================================== --- trunk/cantharella.service/src/test/resources/data.properties (rev 0) +++ trunk/cantharella.service/src/test/resources/data.properties 2012-11-28 14:55:28 UTC (rev 34) @@ -0,0 +1,27 @@ +### +# #%L +# Cantharella :: Data +# $Id:$ +# $HeadURL:$ +# %% +# Copyright (C) 2009 - 2012 IRD (Institut de Recherche pour le Developpement) and by respective authors (see below) +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero 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 Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### +db.url=jdbc:h2:file:/tmp/cantharella/db +db.user=sa +db.password= +db.debug=false +db.hbm2ddl=create \ No newline at end of file