Author: kcardineaud Date: 2011-08-24 14:36:33 +0200 (Wed, 24 Aug 2011) New Revision: 239 Url: http://nuiton.org/repositories/revision/scmwebeditor/239 Log: Change properties file name Added: trunk/src/main/resources/scmwebeditor.properties Removed: trunk/src/main/resources/scm.properties Deleted: trunk/src/main/resources/scm.properties =================================================================== --- trunk/src/main/resources/scm.properties 2011-08-24 12:35:24 UTC (rev 238) +++ trunk/src/main/resources/scm.properties 2011-08-24 12:36:33 UTC (rev 239) @@ -1,25 +0,0 @@ -### -# #%L -# ScmWebEditor -# -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2009 - 2011 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% -### -editableFiles=text,xml,javascript,sh,x-tex,x-java \ No newline at end of file Added: trunk/src/main/resources/scmwebeditor.properties =================================================================== --- trunk/src/main/resources/scmwebeditor.properties (rev 0) +++ trunk/src/main/resources/scmwebeditor.properties 2011-08-24 12:36:33 UTC (rev 239) @@ -0,0 +1,25 @@ +### +# #%L +# ScmWebEditor +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2011 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% +### +editableFiles=text,xml,javascript,sh,x-tex,x-java \ No newline at end of file
participants (1)
-
kcardineaud@users.nuiton.org