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

Back to the top