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

Back to the top