mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-13 14:41:00 +01:00
3d811ecede
openHAB Home Builder - home structure generator Also-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich) Also-by: Demyan Rogozhin <dmitriy.rogozhin@gmail.com> (github: demyanrogozhin) Signed-off-by: Kuba Wolanin <hi@kubawolanin.com> (github: kubawolanin)
15 lines
409 B
INI
15 lines
409 B
INI
bin.includes = META-INF/,\
|
|
.,\
|
|
about.html,\
|
|
OSGI-INF/,\
|
|
web/
|
|
output = target/classes/
|
|
source.. = src/main/java/
|
|
bin.excludes = web/node_modules/,\
|
|
web/src/,\
|
|
web/dist/build.js.map,\
|
|
web/webpack.config.js,\
|
|
web/.babelrc,\
|
|
web/.eslintrc.json,\
|
|
web/package.json
|