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

Back to the top