Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 03d3f3bc97d39c36fc516144c1fec7eeda701fa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               doc/,\
               plugin.pdoc,\
               plugin.properties
src.includes = doc/,\
               about.html,\
               plugin.pdoc

Back to the top