Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4384232591412a751a9bf24029de26bb92dbef19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               resource/,\
               plugin.properties,\
               about.html,\
               bin/
output.. = bin/
src.includes = resource/,\
               about.html
source.. = src/,\
           src-gen/
bin.. = bin/

Back to the top