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

Back to the top