Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 78866adf26a1fdaa214ab79681bb01525325baee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source.. = src/
output.. = bin/
src.includes = about.html
bin.includes = about.html,\
               .,\
               plugin.properties,\
               plugin.xml,\
               icons/,\
               META-INF/,\
               schema/
exclude.. = **/doc-files/**

Back to the top