Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8015ab317119233c25f86590761180683655d5d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               bundle.properties,\
               plugin.xml,\
               products/,\
               OSGI-INF/
src.includes = about.html,\
               bundle.properties,\
               products/
jre.compilation.profile = J2SE-1.4
javacTarget=jsr14
javacSource=1.5

Back to the top