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

Back to the top