Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8b80f43bb691809735a1f537e05f93d20b378f56 (plain) (blame)
1
2
3
4
5
6
7
8
9
source.. = src-gen/,\
           src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               OSGI-INF/,\
               plugin.xml
src.includes = about.html

Back to the top