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

Back to the top