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

Back to the top