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

Back to the top