Skip to main content
summaryrefslogtreecommitdiffstats
blob: 223fb70851eaf4add3516871b714d6235906f6f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bin.includes = about.html,\
               plugin.xml,\
               about.html,\
               icons/,\
               plugin.properties
source.cdtui.jar = src/,\
                   utils.ui/
src.includes = about.html,\
               plugin.xml,\
               about.html,\
               icons/,\
               plugin.properties
javadoc.packages = org.eclipse.cdt.ui.*,\
                   org.eclipse.cdt.ui.wizards.*,\
                   org.eclipse.cdt.ui.wizards.conversion.*

Back to the top