mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 89276: Typo in org.eclipse.cdt.launch/plugin.xml.
This commit is contained in:
parent
465bd40eb2
commit
3dc2073d23
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-06-28 Mikhail Khodjaiants
|
||||||
|
Bug 89276: Typo in org.eclipse.cdt.launch/plugin.xml.
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2005-05-21 Mikhail Khodjaiants
|
2005-05-21 Mikhail Khodjaiants
|
||||||
Bug 91374: CDT launch should set ATTR_PROCESS_TYPE.
|
Bug 91374: CDT launch should set ATTR_PROCESS_TYPE.
|
||||||
* AbstractCLaunchDelegate.java
|
* AbstractCLaunchDelegate.java
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
<launchConfigurationTabGroup
|
<launchConfigurationTabGroup
|
||||||
type="org.eclipse.cdt.launch.coreFileCLaunch"
|
type="org.eclipse.cdt.launch.coreFileCLaunch"
|
||||||
class="org.eclipse.cdt.launch.internal.ui.CoreFileLaunchConfigurationTabGroup"
|
class="org.eclipse.cdt.launch.internal.ui.CoreFileLaunchConfigurationTabGroup"
|
||||||
id="org.eclipse.cdt.launch.voreFileCLaunchTabGroup">
|
id="org.eclipse.cdt.launch.coreFileCLaunchTabGroup">
|
||||||
</launchConfigurationTabGroup>
|
</launchConfigurationTabGroup>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue