mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

- add org.eclipse.cdt.debug.application plugin which supports running CDT debugger as Eclipse application - add org.eclipse.cdt.debug.application.docs plugin which is the modified CDT docs - add org.eclipse.cdt.debug.standalone-feature which bundles the two aforementioned plugins - add org.eclipse.cdt.debug.standlone.source-feature Change-Id: I1a1ae855ab3912e678b7d9e3465e2fbbfe949e13 Reviewed-on: https://git.eclipse.org/r/25845 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
16 lines
441 B
INI
16 lines
441 B
INI
source.. = src/
|
|
output.. = bin/
|
|
bin.includes = plugin.xml,\
|
|
META-INF/,\
|
|
.,\
|
|
plugin.properties,\
|
|
eclipse.gif,\
|
|
eclipse.png,\
|
|
eclipse32.gif,\
|
|
eclipse_lg.gif,\
|
|
eclipse48.png,\
|
|
eclipse48.gif,\
|
|
eclipse32.png,\
|
|
intro-eclipse.png,\
|
|
scripts/,
|
|
about.html
|