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

Back to the top