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

Back to the top