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

Back to the top