Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0ce91fd8c3c53e8c7eda8d6531851a580f341cd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#Mon Sep 12 09:29:45 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/

Back to the top