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

# <copyright>
# </copyright>
#
# $Id: build.properties,v 1.2 2009-06-09 10:44:41 estepper Exp $

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

Back to the top