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

Back to the top