Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 708e00b018daf938cf6ffa6ccaf43877c4802eed (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,\
               OSGI-INF/
src.includes = about.html,\
               bundle.properties
jre.compilation.profile = J2SE-1.5

Back to the top