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

# <copyright>
# </copyright>
#
# $Id: build.properties,v 1.1 2008/03/16 21:20:25 mtaal Exp $

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

Back to the top