Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d3bc637498fd09e040b6fbfc0c08ad34f2d247df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# NLS_MESSAGEFORMAT_VAR
src.includes = about.html
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