Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c25dffce796602b15c19691f3f12f2997e4a0065 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#

bin.includes = .,\
               model/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               about.html
jars.compile.order = .
source.. = emf-gen/,\
           src/
output.. = bin/
src.includes = about.html

Back to the top