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

Back to the top