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

Back to the top