Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2004-06-23 18:03:51 +0000
committerDarin Swanson2004-06-23 18:03:51 +0000
commitcd8b2efac16baef040e1fbc501d38961ef5601dd (patch)
tree211bbc852c50867309c649ab467c18e5addc22f8
parent6286286c9ab1bb29ba7c4ae913075c681f643690 (diff)
downloadeclipse.platform.debug-cd8b2efac16baef040e1fbc501d38961ef5601dd.tar.gz
eclipse.platform.debug-cd8b2efac16baef040e1fbc501d38961ef5601dd.tar.xz
eclipse.platform.debug-cd8b2efac16baef040e1fbc501d38961ef5601dd.zip
Fixing mixed line delimiters
-rw-r--r--org.eclipse.core.variables/schema/dynamicVariables.exsd28
-rw-r--r--org.eclipse.core.variables/schema/valueVariables.exsd66
-rw-r--r--org.eclipse.debug.core/schema/launchDelegates.exsd42
-rw-r--r--org.eclipse.debug.core/schema/launchModes.exsd36
-rw-r--r--org.eclipse.debug.core/schema/logicalStructureTypes.exsd40
-rw-r--r--org.eclipse.debug.core/schema/memoryRenderings.exsd8
-rw-r--r--org.eclipse.debug.core/schema/sourceContainerTypes.exsd12
-rw-r--r--org.eclipse.debug.core/schema/sourcePathComputers.exsd18
-rw-r--r--org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd10
-rw-r--r--org.eclipse.debug.ui/schema/stringVariablePresentations.exsd28
10 files changed, 144 insertions, 144 deletions
diff --git a/org.eclipse.core.variables/schema/dynamicVariables.exsd b/org.eclipse.core.variables/schema/dynamicVariables.exsd
index a95608b90..1b9f5cc49 100644
--- a/org.eclipse.core.variables/schema/dynamicVariables.exsd
+++ b/org.eclipse.core.variables/schema/dynamicVariables.exsd
@@ -89,15 +89,15 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is a definition of a dynamic variable that resolves to the name of the selected resource:
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.core.variables.dynamicVariables&quot;&gt;
- &lt;variable
- name=&quot;resource_name&quot;
- expanderClass=&quot;com.example.ResourceNameExpander&quot;
- description=&quot;The name of the selected resource&quot;&gt;
- &lt;/variable&gt;
- &lt;/extension&gt;
+ The following is a definition of a dynamic variable that resolves to the name of the selected resource:
+&lt;pre&gt;
+ &lt;extension point=&quot;org.eclipse.core.variables.dynamicVariables&quot;&gt;
+ &lt;variable
+ name=&quot;resource_name&quot;
+ expanderClass=&quot;com.example.ResourceNameExpander&quot;
+ description=&quot;The name of the selected resource&quot;&gt;
+ &lt;/variable&gt;
+ &lt;/extension&gt;
&lt;/pre&gt;
</documentation>
</annotation>
@@ -116,11 +116,11 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
-&lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+ &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>
diff --git a/org.eclipse.core.variables/schema/valueVariables.exsd b/org.eclipse.core.variables/schema/valueVariables.exsd
index f4ee53715..e856f90c8 100644
--- a/org.eclipse.core.variables/schema/valueVariables.exsd
+++ b/org.eclipse.core.variables/schema/valueVariables.exsd
@@ -89,34 +89,34 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is an example of a value variable contribution with an initial value:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.core.variables.valueVariables&quot;&gt;
- &lt;variable
- name=&quot;FOO_HOME&quot;
- initialValue=&quot;/usr/local/foo&quot;&gt;
- &lt;/variable&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
-
-In the example above, the specified variable is created with the initial value &quot;/usr/local/foo&quot;.
-
- The following is an example of a value variable contribution with an initializer class:
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.core.variables.valueVariables&quot;&gt;
- &lt;variable
- name=&quot;FOO_HOME&quot;
- initializerClass=&quot;com.example.FooLocator&quot;&gt;
- &lt;/variable&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
-
-In the example above, the variable FOO_HOME is created and the class &quot;com.example.FooLocator&quot; will be
+ The following is an example of a value variable contribution with an initial value:
+
+&lt;p&gt;
+&lt;pre&gt;
+ &lt;extension point=&quot;org.eclipse.core.variables.valueVariables&quot;&gt;
+ &lt;variable
+ name=&quot;FOO_HOME&quot;
+ initialValue=&quot;/usr/local/foo&quot;&gt;
+ &lt;/variable&gt;
+ &lt;/extension&gt;
+&lt;/pre&gt;
+&lt;/p&gt;
+
+In the example above, the specified variable is created with the initial value &quot;/usr/local/foo&quot;.
+
+ The following is an example of a value variable contribution with an initializer class:
+&lt;p&gt;
+&lt;pre&gt;
+ &lt;extension point=&quot;org.eclipse.core.variables.valueVariables&quot;&gt;
+ &lt;variable
+ name=&quot;FOO_HOME&quot;
+ initializerClass=&quot;com.example.FooLocator&quot;&gt;
+ &lt;/variable&gt;
+ &lt;/extension&gt;
+&lt;/pre&gt;
+&lt;/p&gt;
+
+In the example above, the variable FOO_HOME is created and the class &quot;com.example.FooLocator&quot; will be
used to initialize the value the first time it&apos;s requested.
</documentation>
</annotation>
@@ -135,11 +135,11 @@ used to initialize the value the first time it&apos;s requested.
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
-&lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+ &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>
diff --git a/org.eclipse.debug.core/schema/launchDelegates.exsd b/org.eclipse.debug.core/schema/launchDelegates.exsd
index 166639341..306672e46 100644
--- a/org.eclipse.debug.core/schema/launchDelegates.exsd
+++ b/org.eclipse.debug.core/schema/launchDelegates.exsd
@@ -58,7 +58,7 @@
<attribute name="delegate" type="string" use="required">
<annotation>
<documentation>
- specifies the fully qualified name of the Java class that implements &lt;samp&gt;ILaunchConfigurationDelegate&lt;/samp&gt;.
+ specifies the fully qualified name of the Java class that implements &lt;samp&gt;ILaunchConfigurationDelegate&lt;/samp&gt;.
Launch configuration instances of this delegate&apos;s type will delegate to instances of this class to perform launching.
</documentation>
<appInfo>
@@ -97,21 +97,21 @@ Launch configuration instances of this delegate&apos;s type will delegate to ins
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is an example of a launch delegate extension point:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.debug.core.launchDelegates&quot;&gt;
- &lt;launchDelegate
- id=&quot;com.example.ExampleProfileDelegate&quot;
- delegate=&quot;com.example.ExampleProfileDelegate&quot;
- type=&quot;org.eclipse.jdt.launching.localJavaApplication&quot;
- modes=&quot;profile&quot;&gt;
- &lt;/launchDelegate&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
-
+ The following is an example of a launch delegate extension point:
+
+&lt;p&gt;
+&lt;pre&gt;
+ &lt;extension point=&quot;org.eclipse.debug.core.launchDelegates&quot;&gt;
+ &lt;launchDelegate
+ id=&quot;com.example.ExampleProfileDelegate&quot;
+ delegate=&quot;com.example.ExampleProfileDelegate&quot;
+ type=&quot;org.eclipse.jdt.launching.localJavaApplication&quot;
+ modes=&quot;profile&quot;&gt;
+ &lt;/launchDelegate&gt;
+ &lt;/extension&gt;
+&lt;/pre&gt;
+&lt;/p&gt;
+
In the example above, the specified launch delegate is contributed to launch Java applications in profile mode.
</documentation>
</annotation>
@@ -130,11 +130,11 @@ In the example above, the specified launch delegate is contributed to launch Jav
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
-&lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+ &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>
diff --git a/org.eclipse.debug.core/schema/launchModes.exsd b/org.eclipse.debug.core/schema/launchModes.exsd
index 3f1a95b56..d6aa0b0df 100644
--- a/org.eclipse.debug.core/schema/launchModes.exsd
+++ b/org.eclipse.debug.core/schema/launchModes.exsd
@@ -77,19 +77,19 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is an example of a launch delegate extension point:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.debug.core.launchModes&quot;&gt;
- &lt;launchMode
- mode=&quot;profile&quot;
- label=&quot;Profile&quot;&gt;
- &lt;/launchMode&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
-
+ The following is an example of a launch delegate extension point:
+
+&lt;p&gt;
+&lt;pre&gt;
+ &lt;extension point=&quot;org.eclipse.debug.core.launchModes&quot;&gt;
+ &lt;launchMode
+ mode=&quot;profile&quot;
+ label=&quot;Profile&quot;&gt;
+ &lt;/launchMode&gt;
+ &lt;/extension&gt;
+&lt;/pre&gt;
+&lt;/p&gt;
+
In the example above, the profile launch mode is contributed.
</documentation>
</annotation>
@@ -108,11 +108,11 @@ In the example above, the profile launch mode is contributed.
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
-&lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+ &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>
diff --git a/org.eclipse.debug.core/schema/logicalStructureTypes.exsd b/org.eclipse.debug.core/schema/logicalStructureTypes.exsd
index 0141b37cc..46174468f 100644
--- a/org.eclipse.debug.core/schema/logicalStructureTypes.exsd
+++ b/org.eclipse.debug.core/schema/logicalStructureTypes.exsd
@@ -87,21 +87,21 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is an example of a logical structure type extension point:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.debug.core.logicalStructureTypes&quot;&gt;
- &lt;logicalStructureType
- id=&quot;com.example.ExampleLogicalStructure&quot;
- class=&quot;com.example.ExampleLogicalStructureDelegate&quot;
- modelIdentifier=&quot;com.example.debug.model&quot;
- description=&quot;Ordered Collection&quot;&gt;
- &lt;/logicalStructureType&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
-
+ The following is an example of a logical structure type extension point:
+
+&lt;p&gt;
+&lt;pre&gt;
+ &lt;extension point=&quot;org.eclipse.debug.core.logicalStructureTypes&quot;&gt;
+ &lt;logicalStructureType
+ id=&quot;com.example.ExampleLogicalStructure&quot;
+ class=&quot;com.example.ExampleLogicalStructureDelegate&quot;
+ modelIdentifier=&quot;com.example.debug.model&quot;
+ description=&quot;Ordered Collection&quot;&gt;
+ &lt;/logicalStructureType&gt;
+ &lt;/extension&gt;
+&lt;/pre&gt;
+&lt;/p&gt;
+
In the example above, the specified logical structure type will be consulted for alternative logical values for values from the &lt;code&gt;com.example.debug.model&lt;/code&gt; debug model as they are displayed in the variables view.
</documentation>
</annotation>
@@ -120,11 +120,11 @@ In the example above, the specified logical structure type will be consulted for
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
-&lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+ &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>
diff --git a/org.eclipse.debug.core/schema/memoryRenderings.exsd b/org.eclipse.debug.core/schema/memoryRenderings.exsd
index 1279fc302..edc3089a5 100644
--- a/org.eclipse.debug.core/schema/memoryRenderings.exsd
+++ b/org.eclipse.debug.core/schema/memoryRenderings.exsd
@@ -6,8 +6,8 @@
<meta.schema plugin="org.eclipse.debug.core" id="memoryRenderings" name="Rendering Extension"/>
</appInfo>
<documentation>
- This in an internal extension point that allows plugins to define renderings for memory blocks. This extension point is being released for internal use only in Eclipse 3.0, and may become public API in a future release. A rendering is a UI representation of a memory block. In addition to the HEX representation created by default in the Memory View, a memory block can be presented in other formats. For example, the raw data of a memory block can be rendered in to text and displayed as ASCII strings. The data can also be rendered into numerical values and displayed as integer or decimal numbers.
-
+ This in an internal extension point that allows plugins to define renderings for memory blocks. This extension point is being released for internal use only in Eclipse 3.0, and may become public API in a future release. A rendering is a UI representation of a memory block. In addition to the HEX representation created by default in the Memory View, a memory block can be presented in other formats. For example, the raw data of a memory block can be rendered in to text and displayed as ASCII strings. The data can also be rendered into numerical values and displayed as integer or decimal numbers.
+
This extension point allows plugins to define renderings suitable for their needs. They can also define their own rendering views to display the renderings they define.
</documentation>
</annotation>
@@ -199,8 +199,8 @@ This extension point allows plugins to define renderings suitable for their need
<meta.section type="copyright"/>
</appInfo>
<documentation>
- Copyright (c) 2004 International Business Machines Corporation. All rights reserved.
-This program and the accompanying materials are made available under the terms of
+ Copyright (c) 2004 International Business Machines Corporation. All rights reserved.
+This program and the accompanying materials are made available under the terms of
the Common Public License which accompanies this distribution.
</documentation>
</annotation>
diff --git a/org.eclipse.debug.core/schema/sourceContainerTypes.exsd b/org.eclipse.debug.core/schema/sourceContainerTypes.exsd
index 487853332..f8bb2458a 100644
--- a/org.eclipse.debug.core/schema/sourceContainerTypes.exsd
+++ b/org.eclipse.debug.core/schema/sourceContainerTypes.exsd
@@ -6,7 +6,7 @@
<meta.schema plugin="org.eclipse.debug.core" id="sourceContainerTypes" name="Source Container Types"/>
</appInfo>
<documentation>
- This extension point allows for an extensible set of source container types to be contributed by the debug platform
+ This extension point allows for an extensible set of source container types to be contributed by the debug platform
source lookup facilities.
</documentation>
</annotation>
@@ -134,11 +134,11 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
- &lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2003, 2004 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2003, 2004 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>
diff --git a/org.eclipse.debug.core/schema/sourcePathComputers.exsd b/org.eclipse.debug.core/schema/sourcePathComputers.exsd
index 98e28bc99..30c42951c 100644
--- a/org.eclipse.debug.core/schema/sourcePathComputers.exsd
+++ b/org.eclipse.debug.core/schema/sourcePathComputers.exsd
@@ -6,9 +6,9 @@
<meta.schema plugin="org.eclipse.debug.core" id="sourcePathComputers" name="Source Path Computers"/>
</appInfo>
<documentation>
- Defines an extension point to register a computer that can describe a default source lookup path for
- a launch configuration. Source path computers are associated with launch configuration types via the
- launchConfigurationTypes extension point. As well, a source path computer can be associated with a
+ Defines an extension point to register a computer that can describe a default source lookup path for
+ a launch configuration. Source path computers are associated with launch configuration types via the
+ launchConfigurationTypes extension point. As well, a source path computer can be associated with a
specific launch configuration via the launch configuration attribute ATTR_SOURCE_PATH_COMPUTER_ID.
</documentation>
</annotation>
@@ -52,7 +52,7 @@
<element name="sourcePathComputer">
<annotation>
<documentation>
- Defines an extension point to register a computer that can describe a default source lookup path
+ Defines an extension point to register a computer that can describe a default source lookup path
for a launch configuration.
</documentation>
</annotation>
@@ -126,11 +126,11 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
- &lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>
diff --git a/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd b/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
index 13e68c96e..897c2c2a4 100644
--- a/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
+++ b/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
@@ -131,11 +131,11 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
- &lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>
diff --git a/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd b/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
index 70b7a4f59..0b173137b 100644
--- a/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
+++ b/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
@@ -72,15 +72,15 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is an example of a variable presentation contribution:
-&lt;pre&gt;
-&lt;extension point=&quot;org.eclipse.debug.ui.stringVariablePresentations&quot;&gt;
- &lt;variablePresentation
- variableName=&quot;example_variable&quot;
- argumentSelector=&quot;com.example.ExampleArgumentChooser&quot;&gt;
- &lt;/variablePresentation&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
+ The following is an example of a variable presentation contribution:
+&lt;pre&gt;
+&lt;extension point=&quot;org.eclipse.debug.ui.stringVariablePresentations&quot;&gt;
+ &lt;variablePresentation
+ variableName=&quot;example_variable&quot;
+ argumentSelector=&quot;com.example.ExampleArgumentChooser&quot;&gt;
+ &lt;/variablePresentation&gt;
+&lt;/extension&gt;
+&lt;/pre&gt;
In the above example, the contributed presentation will be used for the variable named &quot;example_variable&quot;. An argument selector is specified to configure an argument applicable to the variable.
</documentation>
</annotation>
@@ -99,11 +99,11 @@ In the above example, the contributed presentation will be used for the variable
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
-&lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+ &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>

Back to the top