Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9945044204ea5df52eeac64c42b8235c37e8ad18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# <copyright>
# </copyright>
#
# $Id$

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

Back to the top