Skip to main content
summaryrefslogtreecommitdiffstats
blob: a0c80edb1cf18b58e63f3d9d2b2a86161416a272 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bin.includes = plugin.xml,\
               html/,\
               icons/,\
               mpiref.xml,\
               samples/,\
               META-INF/,\
               .,\
               templates/,\
               plugin.properties
src.includes = html/,\
               icons/,\
               mpiref.xml,\
               plugin.xml,\
               samples/
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top