Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9a85d66742cae0b2bfcce91de3b39b6803b5d050 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# <copyright>
# </copyright>
#
# $Id: build.properties,v 1.13 2007/07/18 16:12:34 mtaal Exp $

bin.includes = .,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               src/dbadapters.properties,\
               test.xml,\
               hbm/,\
               src/log4j.properties
jars.compile.order = .
source.. = src/
output.. = bin/
javacSource=1.5
javacTarget=1.5
src.includes = hbm/

Back to the top