Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0afaed7380c055af98e16b6f76e95520576525a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
bin.includes = META-INF/,\
               about.html,\
               about.ini,\
               about.mappings,\
               about.properties,\
               plugin.properties,\
               icons/
src.includes = about.html,\
               about.ini,\
               about.mappings,\
               about.properties,\
               icons/,\
               plugin.properties

Back to the top