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

Back to the top