Skip to main content
summaryrefslogtreecommitdiffstats
blob: f222f0192718ae80833e59fb61e8d9739cfb9794 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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

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

Back to the top