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

Back to the top