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

Back to the top