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

# <copyright>
# </copyright>
#
# $Id: build.properties,v 1.1 2008-01-30 08:58:25 estepper Exp $

bin.includes = .,\
               model/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               about.html,\
               copyright.txt,\
               epl-v10.html,\
               license.html
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top