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

Back to the top