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

Back to the top