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

Back to the top