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

Back to the top