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

Back to the top