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

Back to the top