Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 52a7a104928b40e6977587b04fbee809afa842a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               transforms/,\
               models/,\
               plugin.properties,\
               about.html
src.includes = models/,\
               about.html

Back to the top