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

# <copyright>
# </copyright>
#
# $Id: build.properties,v 1.25 2010/02/06 16:42:46 mtaal Exp $

bin.includes = .,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               src/org/eclipse/emf/teneo/samples/issues/bz284859/hibernate.hbm.xml
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top