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

Back to the top