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

Back to the top