Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9a1f44d74d164003aedf2f01c2fbc9e759782f91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# NLS_MESSAGEFORMAT_VAR
bin.includes = plugin.xml,\
               test.xml,\
               META-INF/,\
               epl-v10.html,\
               cdo.tests.jar,\
               copyright.txt,\
               about.html,\
               plugin.properties,\
               license.html,\
               model/
jars.compile.order = cdo.tests.jar
source.cdo.tests.jar = src/
output.cdo.tests.jar = bin/
src.includes = about.html

Back to the top