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

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

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

Back to the top