Skip to main content
summaryrefslogtreecommitdiffstats
blob: 366c7fe0d0e7f541d2d39e8f88bc002e862cfc71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.properties,\
               about.html,\
               .options
src.includes = plugin.properties,\
               about.html,\
               .options,\
               META-INF/

Back to the top