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

Back to the top