Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7e0e532bb44da32e74c836ec97a6abe656eb48b1 (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,\
               bin/,\
               img/
src.includes = about.html,\
               docs/,\
               plugin.pdoc

Back to the top