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

Back to the top