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

Back to the top