Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ad003b17745ecde217a725bc852a39fc2a6ecb11 (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