Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: eff337fe3b9577dba904d082020beeb14a3457d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
bin.includes = META-INF/,\
               plugin.xml,\
               templates/,\
               about.html,\
               plugin.properties,\
               tern-qml/dist/,\
               tern-qml/qml-nsh.js,\
               tern-qml/qml.js,\
               tern-qml/ecma5-defs.js,\
               .,\
               acorn-qml/index.js,\
               acorn-qml/inject.js,\
               acorn-qml/loose/,\
               acorn-qml/walk/
src.includes = about.html,\
               schema/
source.. = src/
output.. = bin/

Back to the top