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

Back to the top