Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a9fbe87154d29f49190fed5b2cf2b3f265787770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
bin.includes = feature.xml,\
               epl-v10.html,\
               feature.properties,\
               p2.inf,\
               license.html
src.includes = feature.xml,\
               feature.properties,\
               build.properties,\
               license.html,\
               .classpath,\
               .project,\
               ChangeLog

Back to the top