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

Back to the top