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

Back to the top