Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 35f7a35817930f165fe2bd939dda48ace4e11b38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
bin.includes = META-INF/,\
               .,\
               plugin.properties,\
               about.html,\
               plugin.xml,\
               about.html
output..=bin/
src.includes = about.html
source..=src/,src-gen/
bin..=bin/

Back to the top