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

Back to the top