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

Back to the top