Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Recoskie2007-06-18 20:16:16 +0000
committerChris Recoskie2007-06-18 20:16:16 +0000
commit94652e017d202d359d02c0a3c395032cf121540d (patch)
tree7546c9ff2741669598a9dbd4091611179d5a1cd3
parent9956a9075fa2ca8bb0ccdb4f3c02fa5ea4a6fea0 (diff)
downloadorg.eclipse.cdt-94652e017d202d359d02c0a3c395032cf121540d.tar.gz
org.eclipse.cdt-94652e017d202d359d02c0a3c395032cf121540d.tar.xz
org.eclipse.cdt-94652e017d202d359d02c0a3c395032cf121540d.zip
setting library path option to be of the libPaths type like it should be
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
index 9bfb0ffcbb1..07155021332 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
@@ -2488,7 +2488,7 @@
command="-L"
id="xlc.c.link.option.paths"
browseType="directory"
- valueType="stringList">
+ valueType="libPaths">
</option>
<option
name="%Option.UserObjs"

Back to the top