Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 37a8aafa15fe873a322f078585995e2ccb4533e0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















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

bin.includes = .,\
               META-INF/,\
               plugin.properties,\
               .options,\
               about.html,\
               copyright.txt,\
               epl-v10.html,\
               license.html,\
               plugin.xml
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top