Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b6140429855ef9c5deab4e56ea5df03703273414 (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-gen/
output.. = bin

Back to the top