Skip to main content
summaryrefslogtreecommitdiffstats
blob: 163162f122c3c54d0d37bcd2212338a931aff1fc (plain) (blame)
1
2
3
4
5
6
7
8
bin.includes = .,\
               META-INF/,\
               about.html,\
               plugin.properties
src.includes = about.html
jars.compile.order = .
output.. = bin/
source.. = src/

Back to the top