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

# <copyright>
# </copyright>
#
# $Id: build.properties,v 1.2 2010/06/15 07:35:45 cbrun Exp $

bin.includes = .,\
               icons/,\
               META-INF/,\
               plugin.properties,\
               about.html
jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = about.html

Back to the top