Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e88f21f4a743dbd5297fa8629f4f72e639fd4a4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bin.includes = about.html,\
               plugin.xml,\
               about.html,\
               icons/,\
               plugin.properties,\
               cdtui.jar
source.cdtui.jar = src/,\
                   utils.ui/,\
                   browser/,\
                   refactor/
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.*
output.cdtui.jar = bin/

Back to the top