diff options
Diffstat (limited to 'bundles/org.eclipse.rap.ui/schema/rap/resources.exsd')
-rw-r--r-- | bundles/org.eclipse.rap.ui/schema/rap/resources.exsd | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/bundles/org.eclipse.rap.ui/schema/rap/resources.exsd b/bundles/org.eclipse.rap.ui/schema/rap/resources.exsd index 84044af17f..4e05fd6a01 100644 --- a/bundles/org.eclipse.rap.ui/schema/rap/resources.exsd +++ b/bundles/org.eclipse.rap.ui/schema/rap/resources.exsd @@ -23,21 +23,21 @@ <attribute name="point" type="string" use="required"> <annotation> <documentation> - + </documentation> </annotation> </attribute> <attribute name="id" type="string"> <annotation> <documentation> - + </documentation> </annotation> </attribute> <attribute name="name" type="string"> <annotation> <documentation> - + </documentation> <appInfo> <meta.attribute translatable="true"/> @@ -106,14 +106,13 @@ <meta.section type="examples"/> </appInfo> <documentation> - <pre> +<pre> <extension - id="example.customwidget.customjs" - point="org.eclipse.rap.ui.resources"> - <resource class="example.customwidget.CustomJavaScriptResource"/> + id="example.customwidget.customjs" + point="org.eclipse.rap.ui.resources"> + <resource class="example.customwidget.CustomJavaScriptResource"/> </extension> </pre> - </documentation> </annotation> |