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

Back to the top