Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Evoy2004-04-08 19:27:39 +0000
committerSean Evoy2004-04-08 19:27:39 +0000
commit64916e228490bfc97cbce1370c01e16cf72c3f16 (patch)
tree92340222dde5fdb4ba3c2d66e428f37aadce9c6d /build/org.eclipse.cdt.managedbuilder.ui/plugin.xml
parent328bfb7f7329d7d44a38014661599804004fb918 (diff)
downloadorg.eclipse.cdt-64916e228490bfc97cbce1370c01e16cf72c3f16.tar.gz
org.eclipse.cdt-64916e228490bfc97cbce1370c01e16cf72c3f16.tar.xz
org.eclipse.cdt-64916e228490bfc97cbce1370c01e16cf72c3f16.zip
Committing work from BitMethods to replace the list field editor with a new class that uses icons instead of labesl for New, Edit, Delete, etc
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.ui/plugin.xml')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui/plugin.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml b/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml
index 60c6614213b..063bd777742 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml
+++ b/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml
@@ -226,7 +226,6 @@
</optionCategory>
<option
name="%Option.Posix.InclPaths"
- browseNeeded="directory"
category="cygwin.gnu.c.compiler.category.dirs"
command="-I"
browseType="directory"
@@ -572,7 +571,6 @@
</optionCategory>
<option
name="%Option.Posix.InclPaths"
- browseNeeded="directory"
category="cygwin.gnu.compiler.category.dirs"
command="-I"
browseType="directory"
@@ -895,7 +893,6 @@
</optionCategory>
<option
name="%Option.Posix.Libs"
- browseNeeded="file"
category="cygwin.gnu.c.linker.category.libs"
command="-l"
browseType="file"
@@ -904,7 +901,6 @@
</option>
<option
name="%Option.Posix.Libsearch"
- browseNeeded="directory"
category="cygwin.gnu.c.linker.category.libs"
command="-L"
browseType="directory"
@@ -932,7 +928,6 @@
</option>
<option
name="%Option.Posix.UserObjs"
- browseNeeded="file"
category="cygwin.gnu.c.linker.category.other"
browseType="file"
valueType="userObjs"
@@ -998,7 +993,6 @@
</optionCategory>
<option
name="%Option.Posix.Libs"
- browseNeeded="file"
category="cygwin.gnu.linker.category.libs"
command="-l"
browseType="file"
@@ -1007,7 +1001,6 @@
</option>
<option
name="%Option.Posix.Libsearch"
- browseNeeded="directory"
category="cygwin.gnu.linker.category.libs"
command="-L"
browseType="directory"
@@ -1035,7 +1028,6 @@
</option>
<option
name="%Option.Posix.UserObjs"
- browseNeeded="file"
category="cygwin.gnu.linker.category.other"
browseType="file"
valueType="userObjs"

Back to the top