Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 98e56b2cd5e8d44ef3d4074ac2d15196fe7f78aa (plain) (blame)
1
2
3
4
5
6
7
8
9
bin.includes = .,\
               META-INF/,\
               about.html,\
               plugin.xml,\
               plugin.properties
jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = about.html

Back to the top