diff --git a/plugins/org.eclipse.dd.gdb.launch/META-INF/MANIFEST.MF b/plugins/org.eclipse.dd.gdb.launch/META-INF/MANIFEST.MF index 6b7f7e3c17f..b3c5d0dcbf3 100644 --- a/plugins/org.eclipse.dd.gdb.launch/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.dd.gdb.launch/META-INF/MANIFEST.MF @@ -6,6 +6,7 @@ Bundle-SymbolicName: org.eclipse.dd.gdb.launch; singleton:=true Bundle-Version: 1.0.0 Bundle-Activator: org.eclipse.dd.gdb.launch.internal.GdbLaunchPlugin Require-Bundle: org.eclipse.core.runtime, - org.eclipse.dd.gdb + org.eclipse.dd.gdb, + org.eclipse.dd.gdb.ui Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/plugins/org.eclipse.dd.gdb.launch/icons/full/obj16/c_app.gif b/plugins/org.eclipse.dd.gdb.launch/icons/full/obj16/c_app.gif new file mode 100644 index 00000000000..805a1d0ab8b Binary files /dev/null and b/plugins/org.eclipse.dd.gdb.launch/icons/full/obj16/c_app.gif differ diff --git a/plugins/org.eclipse.dd.gdb.launch/plugin.xml b/plugins/org.eclipse.dd.gdb.launch/plugin.xml index 21c922f7c63..b6505cd3a7d 100644 --- a/plugins/org.eclipse.dd.gdb.launch/plugin.xml +++ b/plugins/org.eclipse.dd.gdb.launch/plugin.xml @@ -21,4 +21,30 @@ sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer"> + + + + + + + + + + + +