Skip to main content
summaryrefslogtreecommitdiffstats
blob: 90177f3f0f0ded3107ce2c57cd4b33c757fc300c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
bin.includes = plugin.xml,\
               plugin.properties,\
               icons/,\
               about.html
src.includes = plugin.xml,\
               plugin.properties,\
               icons/,\
               about.html
source.cdtlaunch.jar = src/
javadoc.packages = org.eclipse.cdt.launch.ui.*,\
                   org.eclipse.cdt.launch.sourcelookup*,\
                   org.eclipse.cdt.launch.*

Back to the top