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

Back to the top