Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e9a2d03206e52704accd3337461e151646c725b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
source.. = src/,\
          src-gen/,\
          xtend-gen/,\
          syntax-gen
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               plugin.properties,\
               about.html,\
               model/
src.includes = about.html
output..=bin/

Back to the top