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

Back to the top