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

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

Back to the top