Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5e02f1eb863f26df5db6080b39dbeaf02f4342d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
source.. = osgi/src/,\
           src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               plugin.properties
src.includes = about.html

jars.extra.classpath = osgi/osgi.annotation.jar

Back to the top