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

Back to the top