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

Back to the top