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

Back to the top