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

Back to the top