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

Back to the top