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

Back to the top