Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: cc14387271aaec071a825b0f0917344ace5b42d3 (plain) (tree)
1
2
3
4
5
6
7
8

                          
                           

                                

                                  
                         



                                  

               
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