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