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














                                

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

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

Back to the top