Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b8ddaece543f7dd2102ad850af3c20403c8d1e18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
src.includes = src/,\
               META-INF/,\
               about.html,\
               copyright.txt,\
               epl-v10.html,\
               initMysql.bat
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