Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 686e2df7f9f39c152219780a62ea4f3cc2b11378 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#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/

Back to the top