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

Back to the top