diff options
author | eutarass | 2008-09-25 21:36:25 +0000 |
---|---|---|
committer | eutarass | 2008-09-25 21:36:25 +0000 |
commit | c6d9344ab3988164cf6008d45fc80f83036a5f51 (patch) | |
tree | dfa526ecb45363f3f7cd3df4dcab43ce41ee5a34 /plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml | |
parent | a3e68f01b6d211fc5832e695037a562a7a65af2d (diff) | |
download | org.eclipse.tcf-c6d9344ab3988164cf6008d45fc80f83036a5f51.tar.gz org.eclipse.tcf-c6d9344ab3988164cf6008d45fc80f83036a5f51.tar.xz org.eclipse.tcf-c6d9344ab3988164cf6008d45fc80f83036a5f51.zip |
New extension point: org.eclipse.tm.tcf.debug.ui.launch.context - for integration with development tools.
New plug-in: org.eclipse.tm.tcf.cdt.ui - contains TCF/CDT integration code.
TCF Launch Configuration is improved: now supports: default values from current CDT project, search of executable files in CDT projects, download of executable file to remote target.
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml')
-rw-r--r-- | plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml b/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml new file mode 100644 index 000000000..3871f04ea --- /dev/null +++ b/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.2"?> +<plugin> + + <extension point="org.eclipse.tm.tcf.debug.ui.launch_context"> + <class name="org.eclipse.tm.internal.tcf.cdt.ui.TCFLaunchContext" /> + </extension> + +</plugin> |