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

Back to the top