Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Treggiari2005-11-17 14:42:07 +0000
committerLeo Treggiari2005-11-17 14:42:07 +0000
commit0b03dd0034ae690fd3abd550268c3d8d340de386 (patch)
tree9a7794ef4fcea2988419361d0413486754251ac0 /build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
parent06da385853c6f012d96c3f198fa10a947a74195c (diff)
downloadorg.eclipse.cdt-0b03dd0034ae690fd3abd550268c3d8d340de386.tar.gz
org.eclipse.cdt-0b03dd0034ae690fd3abd550268c3d8d340de386.tar.xz
org.eclipse.cdt-0b03dd0034ae690fd3abd550268c3d8d340de386.zip
Add conversion support to projects
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
index dc291b7f7b8..5564836249e 100644
--- a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
+++ b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
@@ -128,6 +128,13 @@
</appInfo>
</annotation>
</attribute>
+ <attribute name="convertToId" type="string">
+ <annotation>
+ <documentation>
+ The identifier of a projectType, that project types loaded using this definition should be converted to. MBS will invoke a proper converter.
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top