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

Back to the top