Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5bb00dc22b200474875dc9a05983460eec802189 (plain) (blame)
1
2
3
4
5
6
7
8
bin.includes = META-INF/,\
               .,\
               src/,\
               EPL-2.0.html,\
               about.html
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top