Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2005-04-25 05:14:09 +0000
committerMazen Faraj2005-04-25 05:14:09 +0000
commita158e856a6827251a11fc54277e729e8c98b12bc (patch)
tree7e206c4b319264b5fb2e85a8aa36e7a3fb3ca175 /org.eclipse.ui.intro/schema/IntroContent.exsd
parentda060360f76aa44254aa663654d835bcc549b3a3 (diff)
downloadeclipse.platform.ua-a158e856a6827251a11fc54277e729e8c98b12bc.tar.gz
eclipse.platform.ua-a158e856a6827251a11fc54277e729e8c98b12bc.tar.xz
eclipse.platform.ua-a158e856a6827251a11fc54277e729e8c98b12bc.zip
support base for content file
Diffstat (limited to 'org.eclipse.ui.intro/schema/IntroContent.exsd')
-rw-r--r--org.eclipse.ui.intro/schema/IntroContent.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.intro/schema/IntroContent.exsd b/org.eclipse.ui.intro/schema/IntroContent.exsd
index 87366ef00..fcafd89be 100644
--- a/org.eclipse.ui.intro/schema/IntroContent.exsd
+++ b/org.eclipse.ui.intro/schema/IntroContent.exsd
@@ -66,14 +66,14 @@ The subelements used in a dynamic page are as follows: A <b>group</b&gt
<attribute name="style" type="string">
<annotation>
<documentation>
- A relative path to a CSS file which is applied to the page only when using the Web based presentation.
+ A relative path to a CSS file which is applied to the page only when using the Web based presentation. The path is relative to the location of this xml content file.
</documentation>
</annotation>
</attribute>
<attribute name="alt-style" type="string">
<annotation>
<documentation>
- A relative path to a SWT presentation properies file which is applied to the page only when using the SWT based presentation.
+ A relative path to a SWT presentation properies file which is applied to the page only when using the SWT based presentation. The path is relative to the location of this xml content file.
</documentation>
</annotation>
</attribute>

Back to the top