Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4494d8619ed8af5658c56d70452bbcfd3ed49ee4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
bin.includes = plugin.properties,\
               plugin.xml,\
               about.html,\
               .,\
               META-INF/,\
               .options,\
               LegacyIDE.e4xmi,\
               OSGI-INF/ColorAndFontProvider.xml
src.includes = about.html
source.. = Eclipse UI/,\
           Eclipse UI Editor Support/

Back to the top