Skip to main content
summaryrefslogtreecommitdiffstats
blob: 89b639e013ea788c800b8f97d61ce51709cdf186 (plain) (blame)
1
2
3
4
5
6
7
8
9
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               plugin.properties
src.includes = about.html
jre.compilation.profile = J2SE-1.4
javacErrors.. = -assertIdentifier,-enumIdentifier

Back to the top