Skip to content

Commit

Permalink
Adding resource helloiot.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianromero committed Apr 15, 2017
1 parent 890ea88 commit 964b818
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build application files
helloiot.properties
/helloiot.properties
target/
/nbproject/
/.gradle/
Expand Down
19 changes: 19 additions & 0 deletions src/main/resources/com/adr/helloiot/resources/helloiot.properties
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
#
exception.topicscannotbeempty=Subscription topics cannot be empty.

0 comments on commit 964b818

Please sign in to comment.