Author: bpoussin Date: 2013-01-29 18:14:56 +0100 (Tue, 29 Jan 2013) New Revision: 2481 Url: http://nuiton.org/projects/nuiton-utils/repository/revisions/2481 Log: change prop file name Added: trunk/nuiton-utils/src/test/resources/properties/ApplicationUpdaterNetworkAuthTest.properties Removed: trunk/nuiton-utils/src/test/resources/properties/ApplicationUpdaterNetworkTestAuth.properties Copied: trunk/nuiton-utils/src/test/resources/properties/ApplicationUpdaterNetworkAuthTest.properties (from rev 2480, trunk/nuiton-utils/src/test/resources/properties/ApplicationUpdaterNetworkTestAuth.properties) =================================================================== --- trunk/nuiton-utils/src/test/resources/properties/ApplicationUpdaterNetworkAuthTest.properties (rev 0) +++ trunk/nuiton-utils/src/test/resources/properties/ApplicationUpdaterNetworkAuthTest.properties 2013-01-29 17:14:56 UTC (rev 2481) @@ -0,0 +1,32 @@ +### +# #%L +# Nuiton Utils :: Nuiton Utils +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2004 - 2013 CodeLutin +# %% +# 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% +### +App1.version=0.3 +App1.url=zip:https://ApplicationUpdate.nuiton.org/App1-0.3.zip +App1.auth=true +linux.App3.version=8 +linux.App3.url=zip:https://ApplicationUpdate.nuiton.org/App3-7.zip +linux.App3.auth=true +linux.amd64.App2.version=7 +linux.amd64.App2.url=zip:https://ApplicationUpdate.nuiton.org/App2-7.zip +linux.amd64.App2.auth=true Deleted: trunk/nuiton-utils/src/test/resources/properties/ApplicationUpdaterNetworkTestAuth.properties =================================================================== --- trunk/nuiton-utils/src/test/resources/properties/ApplicationUpdaterNetworkTestAuth.properties 2013-01-29 17:07:22 UTC (rev 2480) +++ trunk/nuiton-utils/src/test/resources/properties/ApplicationUpdaterNetworkTestAuth.properties 2013-01-29 17:14:56 UTC (rev 2481) @@ -1,32 +0,0 @@ -### -# #%L -# Nuiton Utils :: Nuiton Utils -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2004 - 2013 CodeLutin -# %% -# 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% -### -App1.version=0.3 -App1.url=zip:https://ApplicationUpdate.nuiton.org/App1-0.3.zip -App1.auth=true -linux.App3.version=8 -linux.App3.url=zip:https://ApplicationUpdate.nuiton.org/App3-7.zip -linux.App3.auth=true -linux.amd64.App2.version=7 -linux.amd64.App2.url=zip:https://ApplicationUpdate.nuiton.org/App2-7.zip -linux.amd64.App2.auth=true
participants (1)
-
bpoussin@users.nuiton.org