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

Back to the top