summaryrefslogtreecommitdiffstats
path: root/org.rtems.cdt.toolchain2/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.rtems.cdt.toolchain2/plugin.xml')
-rw-r--r--org.rtems.cdt.toolchain2/plugin.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/org.rtems.cdt.toolchain2/plugin.xml b/org.rtems.cdt.toolchain2/plugin.xml
index 0a57e96..610f80d 100644
--- a/org.rtems.cdt.toolchain2/plugin.xml
+++ b/org.rtems.cdt.toolchain2/plugin.xml
@@ -7,7 +7,7 @@
D-82178 Puchheim
Germany
rtems@embedded-brains.de
-
+
The license and distribution terms for this file may be found in the file
LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
-->
@@ -299,15 +299,12 @@
</tool>
</toolChain>
- <!-- Toolchain (MinGW) -->
-
<!-- Project Type -->
<projectType
buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe"
id="org.rtems.cdt.projectType"
name="RTEMS Executable"
- projectEnvironmentSupplier="org.rtems.cdt.build.EnvironmentSupplier"
- projectMacroSupplier="org.rtems.cdt.build.MacroSupplier">
+ projectEnvironmentSupplier="org.rtems.cdt.build.EnvironmentSupplier">
<configuration
id="org.rtems.cdt.config"
name="RTEMS Executable Configuration"
@@ -328,7 +325,7 @@
</configuration>
</projectType>
</extension>
-
+
<!-- New Project Wizard -->
<extension
point="org.eclipse.cdt.managedbuilder.ui.newWizardPages">
@@ -337,7 +334,7 @@
operationClass="org.rtems.cdt.wizards.FinishSetup"
pageClass="org.rtems.cdt.wizards.BasicSetup"/>
</extension>
-
+
<!-- Preferences -->
<extension
point="org.eclipse.ui.preferencePages">
@@ -353,7 +350,7 @@
<initializer
class="org.rtems.cdt.preferences.PreferenceInitializer"/>
</extension>
-
+
<!-- Properties -->
<extension
point="org.eclipse.ui.propertyPages">
@@ -373,7 +370,7 @@
<instanceof value="org.eclipse.core.resources.IFile"/>
<instanceof value="org.eclipse.core.resources.IFolder"/>
<instanceof value="org.eclipse.core.resources.IProject"/>
- </or>
+ </or>
</enabledWhen>
</page>
</extension>