Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1c84c5c4628e972ce5e51b9a42112fa0e18255b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
bin.includes = plugin.xml,\
               plugin.properties,\
               about.html,\
               cdtmicore.jar
src.includes = plugin.xml,\
               plugin.properties,\
               about.html
source.cdtmicore.jar = src/
javadoc.packages = org.eclipse.cdt.debug.mi.core.*,\
                   org.eclipse.cdt.debug.mi.core.cdi.*,\
                   org.eclipse.cdt.debug.mi.core.command.*,\
                   org.eclipse.cdt.debug.mi.core.event.*,\
                   org.eclipse.cdt.debug.mi.core.output.*

Back to the top