Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 162d13adf7d09de25e9b2a52cdef26a559837df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
bin.includes = .,\
               icons/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               messages.properties,\
               .options
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top