Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 914268efd3d7004cc97b3e0e6aefe1fc3a857fe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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