Skip to main content
summaryrefslogtreecommitdiffstats
blob: caca04d34ae2cf55a0ee02517444c165554d14ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

# <copyright>
# </copyright>
#
# $Id$

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

Back to the top