Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 246bd2e24423c420784220c29525363141f8dbe6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               model/,\
               OSGI-INF/l10n/bundle.properties,\
               OSGI-INF/,\
               about.html
src.includes = about.html

Back to the top