Skip to main content
summaryrefslogtreecommitdiffstats
blob: 39977e01125476bff8fd2ed25dde438da0857c64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.properties,\
               plugin.xml,\
               about.html,\
               README,\
               natives/,\
               schema/
src.includes = META-INF/,\
               README,\
               about.html,\
               src/,\
               plugin.xml,\
               plugin.properties,\
               natives/,\
               schema/
individualSourceBundles=true

Back to the top