Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd')
-rw-r--r--bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd8
1 files changed, 7 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd b/bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd
index e6a20fb4c..772c7fa43 100644
--- a/bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd
+++ b/bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd
@@ -51,6 +51,9 @@
<documentation>
The name of the synchronize participant creation type. Examples are &quot;CVS&quot;, &quot;CVS Merge&quot;, &quot;WebDAV&quot;.
</documentation>
+ <appInfo>
+ <meta.attribute translatable="true"/>
+ </appInfo>
</annotation>
</attribute>
<attribute name="description" type="string" use="required">
@@ -58,6 +61,9 @@
<documentation>
The description for the creation wizard.
</documentation>
+ <appInfo>
+ <meta.attribute translatable="true"/>
+ </appInfo>
</annotation>
</attribute>
<attribute name="icon" type="string" use="required">
@@ -112,7 +118,7 @@
</documentation>
</annotation>
-<annotation>
+ <annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>

Back to the top