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

Back to the top