Skip to main content
summaryrefslogtreecommitdiffstats
blob: 92693a4347a2f25cd208357460027934b21e671c (plain) (blame)
1
2
3
4
5
6
7
8
9
bin.includes = META-INF/,\
               test.xml,\
               about.html,\
               plugin.properties,\
               .
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top