Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aeae97b354fa5c833dc93bf507c3c49ad21be644 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               bundle.properties
src.includes = about.html,\
               bundle.properties,\
               META-INF/,\
               Hello Service Host.product

Back to the top