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

Back to the top