Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 742b584125488aba1eab267f76f9b563094ce7ca (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,\
               .,\
               src/org/eclipse/emf/ecore/provider/icons/,\
               plugin.properties,\
               META-INF/
src.includes = about.html
source.. = src/
output.. = bin/
exclude.. = **/doc-files/**

Back to the top