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

Back to the top