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

Back to the top