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

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

bin.includes = .,\
               plugin.xml,\
               libraries/,\
               icons/
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top