Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 37d7d4570c22cb374a7136a2aae115c9d975d943 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
bin.includes = test.tools.jar,\
               about.html,\
               test.xml,\
               data/,\
               plugin.properties,\
               META-INF/
src.includes = about.html,\
               Test EMF Tools.launch
output.test.tools.jar = bin/
source.test.tools.jar = src/
exclude.test.tools.jar = **/doc-files/**

Back to the top