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


                                  

                            



                                  


                                                         
                           
bin.includes = plugin.xml,\
               plugin.properties,\
               icons/,\
               about.html,\
               cdtlaunch.jar
src.includes = plugin.xml,\
               plugin.properties,\
               icons/,\
               about.html
javadoc.packages = org.eclipse.cdt.launch.ui.*,\
                   org.eclipse.cdt.launch.sourcelookup*,\
                   org.eclipse.cdt.launch.*
source.cdtlaunch.jar = src/

Back to the top