mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +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
|
<tab
|
||||||
class="org.eclipse.cdt.managedbuilder.ui.properties.ToolChainEditTab"
|
class="org.eclipse.cdt.managedbuilder.ui.properties.ToolChainEditTab"
|
||||||
name="(Single) Tool chain edit"
|
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 -->
|
<!-- exported from CORE -->
|
||||||
<tab
|
<tab
|
||||||
|
@ -585,7 +585,7 @@
|
||||||
</enabledWhen>
|
</enabledWhen>
|
||||||
</page>
|
</page>
|
||||||
<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"
|
id="org.eclipse.ui.propertypages.project.ref14"
|
||||||
name="%CDTToolchainProperty.name"
|
name="%CDTToolchainProperty.name"
|
||||||
>
|
>
|
||||||
|
|
|
@ -8,7 +8,9 @@
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Intel Corporation - initial API and implementation
|
* 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 {
|
public class Page_ToolChain extends AbstractPage {
|
Loading…
Add table
Reference in a new issue