Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9875d8666e35ddf4ea1bf68fbd25221098d76d69 (plain) (blame)
1
2
3
4
5
6
7
8
9
bin.includes = META-INF/,\
               about.html,\
               .,\
               plugin.xml
src.includes = src/,\
               META-INF/,\
               about.html
jre.compilation.profile = J2SE-1.5
source.. = src/

Back to the top