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

Back to the top