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

Back to the top