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

Back to the top