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

Back to the top