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

Back to the top