Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Sennikovsky2007-06-08 10:42:23 +0000
committerMikhail Sennikovsky2007-06-08 10:42:23 +0000
commit2f72db35716f7249b0a76090f5e7d6adaaea96cb (patch)
treeecdfd8314c718c10ad6b20e054d7af9dac320d64
parent31841a2ffec0cb85446074e401a2fabc3374e23a (diff)
downloadorg.eclipse.cdt-2f72db35716f7249b0a76090f5e7d6adaaea96cb.tar.gz
org.eclipse.cdt-2f72db35716f7249b0a76090f5e7d6adaaea96cb.tar.xz
org.eclipse.cdt-2f72db35716f7249b0a76090f5e7d6adaaea96cb.zip
1. Schema fixes
2. test tool-chain definition fixes
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core.tests/plugin.xml14
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd21
-rw-r--r--core/org.eclipse.cdt.core/schema/projectConverter.exsd32
3 files changed, 58 insertions, 9 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.core.tests/plugin.xml b/build/org.eclipse.cdt.managedbuilder.core.tests/plugin.xml
index 7d990cc98b3..a76365be04c 100644
--- a/build/org.eclipse.cdt.managedbuilder.core.tests/plugin.xml
+++ b/build/org.eclipse.cdt.managedbuilder.core.tests/plugin.xml
@@ -7781,8 +7781,7 @@
superClass="test.four.dot.zero.cdt.managedbuild.tool.gnu.c.linker">
<envVarBuildPath
pathType="buildpathLibrary"
- variableList="LIBRARY_PATH"
- buildPathResolver="org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver">
+ variableList="LIBRARY_PATH">
</envVarBuildPath>
<outputType
outputs="exe"
@@ -7804,8 +7803,7 @@
superClass="test.four.dot.zero.cdt.managedbuild.tool.gnu.cpp.linker">
<envVarBuildPath
pathType="buildpathLibrary"
- variableList="LIBRARY_PATH"
- buildPathResolver="org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver">
+ variableList="LIBRARY_PATH">
</envVarBuildPath>
<outputType
outputs="exe"
@@ -7824,13 +7822,12 @@
<tool
id="test.four.dot.zero.cdt.managedbuild.tool.gnu.c.compiler.cygwin"
name="Test 4.0 ToolName.compiler.cygwin.gnu.c"
- isTest="true"
+ isSystem="true"
superClass="test.four.dot.zero.cdt.managedbuild.tool.gnu.c.compiler"
optionPathConverter="org.eclipse.cdt.managedbuilder.core.tests.OneDirectionalPathConverter">
<envVarBuildPath
pathType="buildpathInclude"
- variableList="CPATH,C_INCLUDE_PATH"
- buildPathResolver="org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver">
+ variableList="CPATH,C_INCLUDE_PATH">
</envVarBuildPath>
<inputType
id="test.four.dot.zero.cdt.managedbuild.tool.gnu.c.compiler.input.cygwin"
@@ -7844,8 +7841,7 @@
optionPathConverter="org.eclipse.cdt.managedbuilder.core.tests.BidirectionalPathConverter">
<envVarBuildPath
pathType="buildpathInclude"
- variableList="CPATH,CPLUS_INCLUDE_PATH"
- buildPathResolver="org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver">
+ variableList="CPATH,CPLUS_INCLUDE_PATH">
</envVarBuildPath>
<inputType
id="test.four.dot.zero.cdt.managedbuild.tool.gnu.cpp.compiler.input.cygwin"
diff --git a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
index 64c6e9c2e8b..f7038cfd706 100644
--- a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
+++ b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
@@ -485,6 +485,13 @@ The pathConverter of a toolchain applies for all tools of the toolchain except i
</documentation>
</annotation>
</attribute>
+ <attribute name="isSystem" type="boolean">
+ <annotation>
+ <documentation>
+ the system elements are used by the system for specific needs and are not displayed in UI
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -772,6 +779,13 @@ The pathConverter of a toolchain applies for all tools of the toolchain except i
</documentation>
</annotation>
</attribute>
+ <attribute name="isSystem" type="boolean">
+ <annotation>
+ <documentation>
+ the system elements are used by the system for specific needs and are not displayed in UI
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -1675,6 +1689,13 @@ If the builder supports specifying custom number of parallel jobs, the option de
</documentation>
</annotation>
</attribute>
+ <attribute name="isSystem" type="boolean">
+ <annotation>
+ <documentation>
+ the system elements are used by the system for specific needs and are not displayed in UI
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
diff --git a/core/org.eclipse.cdt.core/schema/projectConverter.exsd b/core/org.eclipse.cdt.core/schema/projectConverter.exsd
index cd575f74ddc..d034a588c70 100644
--- a/core/org.eclipse.cdt.core/schema/projectConverter.exsd
+++ b/core/org.eclipse.cdt.core/schema/projectConverter.exsd
@@ -12,6 +12,9 @@
<element name="extension">
<complexType>
+ <sequence>
+ <element ref="converter"/>
+ </sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
@@ -39,6 +42,35 @@
</complexType>
</element>
+ <element name="converter">
+ <complexType>
+ <attribute name="owners" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="natures" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="class" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="java" basedOn="org.eclipse.cdt.core.settings.model.extension.ICProjectConverter"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
<annotation>
<appInfo>
<meta.section type="since"/>

Back to the top