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

Back to the top