Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 26ffc1b5551fa23cf041429d0e376475d6eb6151 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
#Mon Sep 12 09:30:04 CEST 2011
output.. = bin/
bin.includes = .,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               Model/,\
               about.html,\
               schema/
jars.compile.order=.
src.includes = about.html
source.. = src-gen/,\
           src/

Back to the top