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

Back to the top