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

Back to the top