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

Back to the top