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

Back to the top