Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 211394976e7e92bd57f3e4f822fa3c841f4b8b21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# (C) 2011 Dennis Wagelaar, Vrije Universiteit Brussel
#
# $Id: build.properties,v 1.1 2011/12/08 09:28:08 dwagelaar Exp $

bin.includes = .,\
               META-INF/,\
               plugin.properties
jars.compile.order = .
source.. = src/
output.. = bin/
jre.compilation.profile = J2SE-1.5

Back to the top