Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b4f98378247c4bf1e64d317b729156f1c9499758 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bin.includes = .,\
               META-INF/,\
               plugin.xml,\
               about.html,\
               asl-v20.txt,\
               plugin.properties,\
               NOTICE.txt
src.includes = about.html,\
               asl-v20.txt,\
               NOTICE.txt
source.. = src/,\
           jmdns/
output.. = bin/
jre.compilation.profile = J2SE-1.4
javacErrors.. = -assertIdentifier,-enumIdentifier
additional.bundles = org.eclipse.equinox.concurrent
jars.extra.classpath = platform:/plugin/org.eclipse.equinox.concurrent

Back to the top