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

Back to the top