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

Back to the top