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

Back to the top