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

Back to the top