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

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

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

Back to the top