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

Back to the top