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

Back to the top