Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorVivian Kong2008-03-11 01:34:42 +0000
committerVivian Kong2008-03-11 01:34:42 +0000
commitdd366a822be9ff46445546b575cf93c20086c4d2 (patch)
treea24225eac5201649a50bfd8f01daf19d2c71f9cd /xlc
parentebc2c6375f646fb943356f91965b97e759121017 (diff)
downloadorg.eclipse.cdt-dd366a822be9ff46445546b575cf93c20086c4d2.tar.gz
org.eclipse.cdt-dd366a822be9ff46445546b575cf93c20086c4d2.tar.xz
org.eclipse.cdt-dd366a822be9ff46445546b575cf93c20086c4d2.zip
fixing properties strings in XLC UI (bug 222112)
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties2
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
index a33510e33cd..e97342309e5 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
@@ -1,5 +1,5 @@
#/*******************************************************************************
-# * Copyright (c) 2006, 2007 IBM Corporation and others.
+# * Copyright (c) 2006, 2008 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
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
index f24a2d1e4e1..56c85c920e0 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
@@ -332,7 +332,7 @@
<enumeratedOptionValue
command="-qobjmodel=ibm"
id="org.eclipse.cdt.managedbuilder.xlc.ui.cpp.option.objectmodel.ibm"
- name="%Option.objmodel.ibm">
+ name="%Option.objectmodel.ibm">
</enumeratedOptionValue>
</option>
<option

Back to the top