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

Back to the top