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

Back to the top