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

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

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

Back to the top