Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aa060dce6f6c6daa0d781bb9e93ed70aa3e8cd3c (plain) (blame)
1
2
3
4
5
6
7
8
9
#

bin.includes = .,\
               META-INF/,\
               plugin.xml,\
               plugin.properties
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top