Skip to main content
summaryrefslogtreecommitdiffstats
blob: 60269f3107d20fd0f05303916be3da38c9d1d5bd (plain) (blame)
1
2
3
4
5
6
7
8
source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
               .,\
               plugin.properties,\
               about.html
src.includes = about.html
javacWarnings.. = -assertIdentifier,-enumIdentifier

Back to the top