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

Back to the top