Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1549c6315e5f871bd1c5177391add2ec4d9a9b31 (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,\
               .options,\
               about.html
src.includes = about.html,\
               META-INF/,\
               plugin.properties,\
               plugin.xml

Back to the top