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

Back to the top