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

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

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

Back to the top