Skip to main content
summaryrefslogtreecommitdiffstats
blob: 89cea42aab841e02b3b596f7ceef748b2ded7c78 (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