Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2004-03-18 18:48:32 +0000
committerteicher2004-03-18 18:48:32 +0000
commit5b4f957052d9624f53b871456445240026f7fc76 (patch)
treec8b4a1ef7e15f1798aae0522756341335b853203 /org.eclipse.ui.editors/schema
parentc0c7705bbd6abc73c9daaf642a87323e69c731ee (diff)
downloadeclipse.platform.text-5b4f957052d9624f53b871456445240026f7fc76.tar.gz
eclipse.platform.text-5b4f957052d9624f53b871456445240026f7fc76.tar.xz
eclipse.platform.text-5b4f957052d9624f53b871456445240026f7fc76.zip
- added bundles for template contributions
- added IOException to TemplateStore signatures
Diffstat (limited to 'org.eclipse.ui.editors/schema')
-rw-r--r--org.eclipse.ui.editors/schema/templates.exsd10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/schema/templates.exsd b/org.eclipse.ui.editors/schema/templates.exsd
index c97dc146c6d..5a6afbb8a42 100644
--- a/org.eclipse.ui.editors/schema/templates.exsd
+++ b/org.eclipse.ui.editors/schema/templates.exsd
@@ -224,6 +224,16 @@
</appInfo>
</annotation>
</attribute>
+ <attribute name="translations" type="string">
+ <annotation>
+ <documentation>
+ An optional properties file with resources for the templates specified in &lt;tt&gt;file&lt;/tt&gt;.
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="resource"/>
+ </appInfo>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top