Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8080cf00176e1cc1a4e08835f401a694b3c36eac (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/,\
               .,\
               icons/,\
               plugin.properties,\
               about.html,\
               plugin.xml
output..=bin/
src.includes = about.html
source..=src/
bin..=bin/

Back to the top