Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 356f4baa6c343513a27c6402b05e2b26cca53db0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

# <copyright>
# </copyright>
#
# $Id: build.properties,v 1.5 2009/06/08 15:47:36 mtaal Exp $

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

Back to the top