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

Back to the top