Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: e88f21f4a743dbd5297fa8629f4f72e639fd4a4f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                           
                           

                           

                                  
                         
                              

                             
                           
                           




                                                 
                                                          
                       
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