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

source.. = src/
output.. = bin/

Back to the top