Skip to main content
summaryrefslogtreecommitdiffstats
blob: 87ae357a7a51ee95b9bd119823a08f5a5dc17611 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
source.. = src/,\
           custom-src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               plugin.properties,\
               messages.properties,\
               .options,\
               bin/,\
               icons/
jars.compile.order = .
src.includes = about.html,\
               bin/,\
               icons/,\
               messages.properties,\
               model/

Back to the top