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

Back to the top