Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e99fa8da5cc3dc858d72d64a19b21fe310a9987a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#

bin.includes = .,\
               model/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               about.html,\
               copyright.txt,\
               .options
jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = about.html,\
               copyright.txt

Back to the top