Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cb9ee742902542b75ba217ea1870ac71f2490ea2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
bin.includes = .,\
               META-INF/,\
               plugin.xml,\
               about.html,\
               plugin.properties,\
               products/
jars.compile.order = clients.jar,\
                     .
src.includes = about.html,\
               products/
source.. = src/
output.. = bin/
jre.compilation.profile = J2SE-1.4
javacErrors.. = -assertIdentifier,-enumIdentifier

Back to the top