Skip to main content
summaryrefslogtreecommitdiffstats
blob: a24235c871918e2e92a811dc1fd0a1372516139e (plain) (blame)
1
2
3
4
5
6
7
8
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.properties
src.includes = src/,\
               plugin.properties,\
               META-INF/

Back to the top