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

Back to the top