1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Bug 351255 - Generated makefile should use user specified compiler path

instead of workspace preference
This commit is contained in:
Chris Recoskie 2011-07-26 13:10:50 -04:00
parent 312cbad302
commit 2b7373ef4c
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.xlc.ui; singleton := true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-Activator: org.eclipse.cdt.managedbuilder.xlc.ui.XLCUIPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -3933,7 +3933,7 @@
</wizardPage>
</extension>
<extension
<!--extension
point="org.eclipse.core.variables.dynamicVariables">
<variable
description="%variableDescription"
@ -3941,7 +3941,7 @@
resolver="org.eclipse.cdt.managedbuilder.xlc.ui.variables.DynamicVariableResolver"
supportsArgument="true">
</variable>
</extension>
</extension -->
</plugin>