mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +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
|
||||
Bug 91374: CDT launch should set ATTR_PROCESS_TYPE.
|
||||
* AbstractCLaunchDelegate.java
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
<launchConfigurationTabGroup
|
||||
type="org.eclipse.cdt.launch.coreFileCLaunch"
|
||||
class="org.eclipse.cdt.launch.internal.ui.CoreFileLaunchConfigurationTabGroup"
|
||||
id="org.eclipse.cdt.launch.voreFileCLaunchTabGroup">
|
||||
id="org.eclipse.cdt.launch.coreFileCLaunchTabGroup">
|
||||
</launchConfigurationTabGroup>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
Loading…
Add table
Reference in a new issue