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

# <copyright>
# </copyright>
#
# $Id$

bin.includes = .,\
               model/,\
               META-INF/,\
               plugin.xml
jars.compile.order = .
source.. = src/,\
           model/
output.. = bin/

Back to the top