mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Move ToolChain edit page to MBS
This commit is contained in:
parent
b7158af476
commit
bf037ce51c
2 changed files with 5 additions and 3 deletions
|
@ -276,7 +276,7 @@
|
|||
<tab
|
||||
class="org.eclipse.cdt.managedbuilder.ui.properties.ToolChainEditTab"
|
||||
name="(Single) Tool chain edit"
|
||||
parent="org.eclipse.cdt.ui.newui.Page_ToolChain"/>
|
||||
parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_ToolChain"/>
|
||||
|
||||
<!-- exported from CORE -->
|
||||
<tab
|
||||
|
@ -585,7 +585,7 @@
|
|||
</enabledWhen>
|
||||
</page>
|
||||
<page
|
||||
class="org.eclipse.cdt.ui.newui.Page_ToolChain"
|
||||
class="org.eclipse.cdt.managedbuilder.ui.properties.Page_ToolChain"
|
||||
id="org.eclipse.ui.propertypages.project.ref14"
|
||||
name="%CDTToolchainProperty.name"
|
||||
>
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
* Contributors:
|
||||
* Intel Corporation - initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.ui.newui;
|
||||
package org.eclipse.cdt.managedbuilder.ui.properties;
|
||||
|
||||
import org.eclipse.cdt.ui.newui.AbstractPage;
|
||||
|
||||
|
||||
public class Page_ToolChain extends AbstractPage {
|
Loading…
Add table
Reference in a new issue