Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 149a9f621143fed33ca792e1857c6db373fc5d9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               plugin.properties,\
               schema/,\
               about.html
src.includes = schema/,\
               about.html
jre.compilation.profile = J2SE-1.4

Back to the top