Skip to main content
summaryrefslogtreecommitdiffstats
blob: cdbb2337a92efc98c9bd2d60ebb82827230765c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
bin.includes = META-INF/,\
               support/,\
               src/,\
               .,\
               OSGI-INF/
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top