Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ed5df0064503a773f0d8f1a3ccc3353eb9a2b51c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bin.includes = about.html,\
               about.ini,\
               about.mappings,\
               about.properties,\
               modeling32.png,\
               .,\
               plugin.properties,\
               model/,\
               META-INF/
bin.excludes = model/*.ecorediag
src.includes = about.html,\
               model/*.ecorediag
source.. = src/
output.. = bin/
exclude.. = **/doc-files/**


Back to the top