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

Back to the top