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

# <copyright>
# </copyright>
#
# $Id: build.properties,v 1.2 2008/03/17 11:33:05 jkohnlein Exp $

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

Back to the top