Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorVivian Kong2009-08-24 18:00:08 +0000
committerVivian Kong2009-08-24 18:00:08 +0000
commitcf0fd4a859000442fc58764ea8b1c1687607865d (patch)
tree121df0ccafa2e6225b0a97572dc37d2e061200e4 /xlc
parent727bcb6654d7619830a47d1bbebdab747ac6e4e5 (diff)
downloadorg.eclipse.cdt-cf0fd4a859000442fc58764ea8b1c1687607865d.tar.gz
org.eclipse.cdt-cf0fd4a859000442fc58764ea8b1c1687607865d.tar.xz
org.eclipse.cdt-cf0fd4a859000442fc58764ea8b1c1687607865d.zip
XL C/C++ compiler versions should not be translatable since they are used by the applicability calculator
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/org/eclipse/cdt/managedbuilder/xlc/ui/messages.properties5
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/org/eclipse/cdt/managedbuilder/xlc/ui/properties/applicability.properties5
2 files changed, 6 insertions, 4 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/org/eclipse/cdt/managedbuilder/xlc/ui/messages.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/org/eclipse/cdt/managedbuilder/xlc/ui/messages.properties
index 13fc9bdf4df..83b6bc7d139 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/org/eclipse/cdt/managedbuilder/xlc/ui/messages.properties
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/org/eclipse/cdt/managedbuilder/xlc/ui/messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007, 2008 IBM Corporation and others.
+# Copyright (c) 2007, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -8,10 +8,11 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-
+# START NON-TRANSLATABLE
XLCompiler_v8=v8.0
XLCompiler_v9=v9.0
XLCompiler_v10=v10.1
+# END NON-TRANSLATABLE
XLCompilerPreferencePage_0=XL C/C++ Compiler Preferences
XLCompilerPreferencePage_1=Compiler Root Path:
XLCompilerPreferencePage_2=Compiler Version:
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/org/eclipse/cdt/managedbuilder/xlc/ui/properties/applicability.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/org/eclipse/cdt/managedbuilder/xlc/ui/properties/applicability.properties
index 0a1edb7b766..3f069a71f03 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/org/eclipse/cdt/managedbuilder/xlc/ui/properties/applicability.properties
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/org/eclipse/cdt/managedbuilder/xlc/ui/properties/applicability.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007, 2008 IBM Corporation and others.
+# Copyright (c) 2007, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -8,7 +8,7 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-
+# START NON-TRANSLATABLE
xlc.applicability.version.order=v8.0,v9.0,v10.1
xlc.c.compiler.option.optimization.arch=v8.0
@@ -29,3 +29,4 @@ xlc.c.compiler.option.cc.tls=v8.0,v9.0
xlc.c.compiler.option.cc.tls.v10=v10.1
xlc.c.compiler.option.output.macros=v10.1
xlc.c.compiler.option.output.timestamps=v10.1
+# END NON-TRANSLATABLE

Back to the top