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

Back to the top