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

Back to the top