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

Back to the top