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

















                                   
                          

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

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

Back to the top