Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 81b22d20c080d7746f02e70ac8854ccf19f77eeb (plain) (blame)
1
2
3
4
5
6
7
8
9
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               plugin.xml,\
               target/generated-eclipse-help/** 
src.includes = about.html,\
				resource/

Back to the top