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

Back to the top