Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e096bc66cc28025bed2edc724aa1047073c4d4ca (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.3
javacWarnings.. = -assertIdentifier,-enumIdentifier

Back to the top