From 964b818d3071f05a556981f80013a5fd1116b607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Romero?= Date: Sun, 16 Apr 2017 00:38:32 +0200 Subject: [PATCH] Adding resource helloiot.properties --- .gitignore | 2 +- .../helloiot/resources/helloiot.properties | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/com/adr/helloiot/resources/helloiot.properties diff --git a/.gitignore b/.gitignore index cf4c839..4ced5c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # build application files -helloiot.properties +/helloiot.properties target/ /nbproject/ /.gradle/ diff --git a/src/main/resources/com/adr/helloiot/resources/helloiot.properties b/src/main/resources/com/adr/helloiot/resources/helloiot.properties new file mode 100644 index 0000000..6b0e882 --- /dev/null +++ b/src/main/resources/com/adr/helloiot/resources/helloiot.properties @@ -0,0 +1,19 @@ +# HelloIoT is a dashboard creator for MQTT +# Copyright (C) 2017 Adri\u00e1n Romero Corchado. +# +# This file is part of HelloIot. +# +# HelloIot is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# HelloIot 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 General Public License +# along with HelloIot. If not, see . +# +exception.topicscannotbeempty=Subscription topics cannot be empty. \ No newline at end of file