Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0f81e49d11078c419bd79b7a3e6356c32fe7bc2a (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