Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 28843de8d89405cc2cd3b0474d1ec71a2e4b0ee6 (plain) (blame)
1
2
3
4
5
6
7
8
source.. = src/,\
           activator/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.properties,\
               about.html
src.includes = about.html

Back to the top