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

# <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,\
               plugin.pdoc

Back to the top