Skip to main content
summaryrefslogtreecommitdiffstats
blob: ace3b98a1b9be12535a80f724b92bcd6b81a24cb (plain) (blame)
1
2
3
4
5
6
7
8
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html
src.includes = about.html
additional.bundles = org.eclipse.jdt.annotation
jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation

Back to the top