Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 349c54c9d8e9a825be2bdd196a4ecebc82379d77 (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,\
               about.html
jars.compile.order = .
source.. = src-gen/
output.. = bin/

Back to the top