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

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

Back to the top