Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 30af590385a356d8c3e8bf9cb93730eac640ef8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#Mon Sep 12 09:29:47 CEST 2011
bin.includes = META-INF/,\
               .,\
               icons/,\
               about.html,\
               messages.properties,\
               model/,\
               plugin.properties,\
               plugin.xml
output..=bin/
jars.compile.order=.
src.includes = about.html
source.. = src-gen/,\
           custom-src/
bin..=bin/

Back to the top