Renamed folder include/ to src/ (issue #461)

This commit is contained in:
Benoit Blanchon
2017-04-20 10:04:40 +02:00
parent df541a2a22
commit 024976cda2
85 changed files with 8 additions and 9 deletions

View File

@ -12,7 +12,7 @@ rm -f $OUTPUT
7z a $OUTPUT \
ArduinoJson/CHANGELOG.md \
ArduinoJson/examples \
ArduinoJson/include \
ArduinoJson/src \
ArduinoJson/keywords.txt \
ArduinoJson/library.properties \
ArduinoJson/LICENSE.md \

View File

@ -39,6 +39,6 @@ process()
cd $(dirname $0)/../
INCLUDED=()
process include/ArduinoJson.h true > ../ArduinoJson-$TAG.h
process src/ArduinoJson.h true > ../ArduinoJson-$TAG.h
INCLUDED=()
process include/ArduinoJson.hpp true > ../ArduinoJson-$TAG.hpp
process src/ArduinoJson.hpp true > ../ArduinoJson-$TAG.hpp