mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Removing plugin and feature references to xerces.
This commit is contained in:
parent
e9f35af8d7
commit
be306a4d9d
2 changed files with 47 additions and 49 deletions
|
@ -14,7 +14,6 @@
|
||||||
<requires>
|
<requires>
|
||||||
<import plugin="org.eclipse.ui.ide"/>
|
<import plugin="org.eclipse.ui.ide"/>
|
||||||
<import plugin="org.eclipse.jface.text"/>
|
<import plugin="org.eclipse.jface.text"/>
|
||||||
<import plugin="org.apache.xerces"/>
|
|
||||||
<import plugin="org.eclipse.core.resources"/>
|
<import plugin="org.eclipse.core.resources"/>
|
||||||
<import plugin="org.eclipse.cdt.core"/>
|
<import plugin="org.eclipse.cdt.core"/>
|
||||||
<import plugin="org.eclipse.cdt.ui"/>
|
<import plugin="org.eclipse.cdt.ui"/>
|
||||||
|
@ -49,8 +48,8 @@
|
||||||
defaultValue="Live free or die"
|
defaultValue="Live free or die"
|
||||||
name="String in Free"
|
name="String in Free"
|
||||||
category="indy.cat.free"
|
category="indy.cat.free"
|
||||||
id="org.eclipse.cdt.core.tests.option1"
|
valueType="string"
|
||||||
valueType="string">
|
id="org.eclipse.cdt.core.tests.option1">
|
||||||
</option>
|
</option>
|
||||||
<optionCategory
|
<optionCategory
|
||||||
owner="indy.cat.free"
|
owner="indy.cat.free"
|
||||||
|
@ -61,8 +60,8 @@
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="Boolean in Chained"
|
name="Boolean in Chained"
|
||||||
category="indy.cat.chained"
|
category="indy.cat.chained"
|
||||||
id="org.eclipse.cdt.core.tests.option2"
|
valueType="boolean"
|
||||||
valueType="boolean">
|
id="org.eclipse.cdt.core.tests.option2">
|
||||||
</option>
|
</option>
|
||||||
</tool>
|
</tool>
|
||||||
<target
|
<target
|
||||||
|
@ -73,17 +72,17 @@
|
||||||
defaultExtension="toor"
|
defaultExtension="toor"
|
||||||
isAbstract="false"
|
isAbstract="false"
|
||||||
makeCommand="make"
|
makeCommand="make"
|
||||||
makeFlags="-k"
|
|
||||||
binaryParser="org.eclipse.cdt.core.PE"
|
binaryParser="org.eclipse.cdt.core.PE"
|
||||||
|
makeFlags="-k"
|
||||||
osList="win32">
|
osList="win32">
|
||||||
<tool
|
<tool
|
||||||
natureFilter="cnature"
|
natureFilter="cnature"
|
||||||
name="Root Tool"
|
|
||||||
sources="foo,bar"
|
sources="foo,bar"
|
||||||
|
name="Root Tool"
|
||||||
headerExtensions="baz"
|
headerExtensions="baz"
|
||||||
outputFlag="-r"
|
outputFlag="-r"
|
||||||
command="doIt"
|
|
||||||
outputs="toor"
|
outputs="toor"
|
||||||
|
command="doIt"
|
||||||
id="root.tool">
|
id="root.tool">
|
||||||
<optionCategory
|
<optionCategory
|
||||||
owner="root.tool"
|
owner="root.tool"
|
||||||
|
@ -93,47 +92,47 @@
|
||||||
<option
|
<option
|
||||||
name="List Option in Top"
|
name="List Option in Top"
|
||||||
command="-L"
|
command="-L"
|
||||||
id="list.option"
|
valueType="stringList"
|
||||||
valueType="stringList">
|
id="list.option">
|
||||||
<listOptionValue
|
<listOptionValue
|
||||||
value="a">
|
value="a">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
<listOptionValue
|
<listOptionValue
|
||||||
builtIn="false"
|
value="b"
|
||||||
value="b">
|
builtIn="false">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
<listOptionValue
|
<listOptionValue
|
||||||
builtIn="true"
|
value="c"
|
||||||
value="c">
|
builtIn="true">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="Boolean Option in Top"
|
name="Boolean Option in Top"
|
||||||
command="-b"
|
command="-b"
|
||||||
id="boolean.option"
|
valueType="boolean"
|
||||||
valueType="boolean">
|
id="boolean.option">
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
defaultValue="x"
|
defaultValue="x"
|
||||||
name="String Option in Category"
|
name="String Option in Category"
|
||||||
category="category"
|
category="category"
|
||||||
id="string.option"
|
valueType="string"
|
||||||
valueType="string">
|
id="string.option">
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
defaultValue=""
|
defaultValue=""
|
||||||
name="Another String Option in Category"
|
name="Another String Option in Category"
|
||||||
category="category"
|
category="category"
|
||||||
valueType="string"
|
|
||||||
command="-str"
|
command="-str"
|
||||||
|
valueType="string"
|
||||||
id="another.string.option">
|
id="another.string.option">
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
name="Enumerated Option in Category"
|
name="Enumerated Option in Category"
|
||||||
category="category"
|
category="category"
|
||||||
id="enumerated.option"
|
valueType="enumerated"
|
||||||
valueType="enumerated">
|
id="enumerated.option">
|
||||||
<enumeratedOptionValue
|
<enumeratedOptionValue
|
||||||
name="Default Enum"
|
name="Default Enum"
|
||||||
isDefault="true"
|
isDefault="true"
|
||||||
|
@ -147,11 +146,11 @@
|
||||||
</enumeratedOptionValue>
|
</enumeratedOptionValue>
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
name="Boolean Option in Category"
|
commandFalse="-nob"
|
||||||
|
name="Boolean Option in Category"
|
||||||
category="category"
|
category="category"
|
||||||
valueType="boolean"
|
valueType="boolean"
|
||||||
id="boolean.false.option"
|
id="boolean.false.option">
|
||||||
commandFalse="-nob">
|
|
||||||
</option>
|
</option>
|
||||||
</tool>
|
</tool>
|
||||||
<configuration
|
<configuration
|
||||||
|
@ -221,17 +220,17 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
<tool
|
<tool
|
||||||
natureFilter="both"
|
natureFilter="both"
|
||||||
name="Sub Tool"
|
|
||||||
sources="yarf"
|
sources="yarf"
|
||||||
|
name="Sub Tool"
|
||||||
headerExtensions="arf,barf"
|
headerExtensions="arf,barf"
|
||||||
outputPrefix="lib"
|
|
||||||
outputs="bus"
|
outputs="bus"
|
||||||
|
outputPrefix="lib"
|
||||||
id="tool.sub">
|
id="tool.sub">
|
||||||
<option
|
<option
|
||||||
name="Include Paths"
|
name="Include Paths"
|
||||||
command="-I"
|
command="-I"
|
||||||
id="sub.tool.opt.inc.paths"
|
valueType="includePath"
|
||||||
valueType="includePath">
|
id="sub.tool.opt.inc.paths">
|
||||||
<listOptionValue
|
<listOptionValue
|
||||||
value="/usr/include">
|
value="/usr/include">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
|
@ -239,45 +238,45 @@
|
||||||
value="/opt/gnome/include">
|
value="/opt/gnome/include">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
<listOptionValue
|
<listOptionValue
|
||||||
builtIn="true"
|
value="/usr/gnu/include"
|
||||||
value="/usr/gnu/include">
|
builtIn="true">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
name="Defined Symbols"
|
name="Defined Symbols"
|
||||||
command="-D"
|
command="-D"
|
||||||
id="sub.tool.opt.def.symbols"
|
valueType="definedSymbols"
|
||||||
valueType="definedSymbols">
|
id="sub.tool.opt.def.symbols">
|
||||||
<listOptionValue
|
<listOptionValue
|
||||||
builtIn="true"
|
value="BUILTIN"
|
||||||
value="BUILTIN">
|
builtIn="true">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
name="More Includes"
|
name="More Includes"
|
||||||
command="-I"
|
command="-I"
|
||||||
id="sub.tool.opts.inc.paths.more"
|
valueType="includePath"
|
||||||
valueType="includePath">
|
id="sub.tool.opts.inc.paths.more">
|
||||||
<listOptionValue
|
<listOptionValue
|
||||||
builtIn="false"
|
value="C:\home\tester/include"
|
||||||
value="C:\home\tester/include">
|
builtIn="false">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
<listOptionValue
|
<listOptionValue
|
||||||
builtIn="false"
|
value=""../includes""
|
||||||
value=""../includes"">
|
builtIn="false">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
name="User Objects"
|
name="User Objects"
|
||||||
id="sub.tool.opt.objs"
|
valueType="userObjs"
|
||||||
valueType="userObjs">
|
id="sub.tool.opt.objs">
|
||||||
<listOptionValue
|
<listOptionValue
|
||||||
builtIn="false"
|
value="obj1.o"
|
||||||
value="obj1.o">
|
builtIn="false">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
<listOptionValue
|
<listOptionValue
|
||||||
builtIn="false"
|
value="obj2.o"
|
||||||
value="obj2.o">
|
builtIn="false">
|
||||||
</listOptionValue>
|
</listOptionValue>
|
||||||
</option>
|
</option>
|
||||||
</tool>
|
</tool>
|
||||||
|
@ -285,8 +284,8 @@
|
||||||
<target
|
<target
|
||||||
isTest="true"
|
isTest="true"
|
||||||
name="Test Sub Sub"
|
name="Test Sub Sub"
|
||||||
binaryParser="org.eclipse.cdt.core.ELF"
|
|
||||||
parent="test.sub"
|
parent="test.sub"
|
||||||
|
binaryParser="org.eclipse.cdt.core.ELF"
|
||||||
defaultExtension="tss"
|
defaultExtension="tss"
|
||||||
makeCommand="nmake"
|
makeCommand="nmake"
|
||||||
id="test.sub.sub">
|
id="test.sub.sub">
|
||||||
|
@ -300,8 +299,8 @@
|
||||||
<target
|
<target
|
||||||
isTest="true"
|
isTest="true"
|
||||||
name="Forward Grandchild"
|
name="Forward Grandchild"
|
||||||
binaryParser="org.eclipse.cdt.core.tests.target1"
|
|
||||||
parent="test.forward.child.target"
|
parent="test.forward.child.target"
|
||||||
|
binaryParser="org.eclipse.cdt.core.tests.target1"
|
||||||
id="test.forward.grandchild.target">
|
id="test.forward.grandchild.target">
|
||||||
<toolReference
|
<toolReference
|
||||||
command="newcommand"
|
command="newcommand"
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
<requires>
|
<requires>
|
||||||
<import plugin="org.eclipse.core.resources"/>
|
<import plugin="org.eclipse.core.resources"/>
|
||||||
<import plugin="org.eclipse.core.runtime"/>
|
<import plugin="org.eclipse.core.runtime"/>
|
||||||
<import plugin="org.apache.xerces"/>
|
|
||||||
<import plugin="org.eclipse.search"/>
|
<import plugin="org.eclipse.search"/>
|
||||||
<import plugin="org.eclipse.compare"/>
|
<import plugin="org.eclipse.compare"/>
|
||||||
<import plugin="org.eclipse.debug.core"/>
|
<import plugin="org.eclipse.debug.core"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue