mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-14 06:41:00 +01:00
15 lines
409 B
Properties
15 lines
409 B
Properties
|
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
|