Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2484ad9c887d6a69bd0fdac6ece1dfcccd646091 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
bin.includes = plugin.xml,\
               plugin.properties,\
               about.html
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