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

Back to the top