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

Back to the top