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

                           
                          
                       

                                
                      

                          
                           


                                  

               
bin.includes = .,\
               plugin.xml,\
               META-INF/,\
               icons/,\
               about.html,\
               plugin.properties
jars.compile.order = .
src.includes = META-INF/,\
               icons/,\
               plugin.xml,\
               about.html,\
               plugin.properties,\
               src/
source.. = src/
output.. = bin/

Back to the top