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

Back to the top