Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2012-07-04 19:26:07 +0000
committerCurtis Windatt2012-07-04 19:26:07 +0000
commit842193b593616a52b49b60aff446e0f44f1685bc (patch)
treec4cfd8286cf1b2625219831f893f6c6dc75ef835
parent60eb06d422bbbeacaa472763573acdb94fbe2b33 (diff)
downloadeclipse.platform.common-842193b593616a52b49b60aff446e0f44f1685bc.tar.gz
eclipse.platform.common-842193b593616a52b49b60aff446e0f44f1685bc.tar.xz
eclipse.platform.common-842193b593616a52b49b60aff446e0f44f1685bc.zip
Bug 382024 - Text slightly confusing on New Feature Patch Project wizard docv20120704-192607
-rw-r--r--bundles/org.eclipse.pde.doc.user/guide/tools/project_wizards/new_feature_patch.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.pde.doc.user/guide/tools/project_wizards/new_feature_patch.htm b/bundles/org.eclipse.pde.doc.user/guide/tools/project_wizards/new_feature_patch.htm
index 2e3a04e26..9430bfa3b 100644
--- a/bundles/org.eclipse.pde.doc.user/guide/tools/project_wizards/new_feature_patch.htm
+++ b/bundles/org.eclipse.pde.doc.user/guide/tools/project_wizards/new_feature_patch.htm
@@ -21,9 +21,9 @@
<p>The project <strong>Location</strong> field specifies the default location as a subdirectory nested inside the workspace location. The project location can be changed to any writable location by unchecking the <strong>Use default location</strong> checkbox and entering the location of choice.</p>
<h3>Feature Patch Properties </h3>
-<p>A feature <strong>Patch ID</strong> is mandatory and must comply with the <a href="../../../../org.eclipse.platform.doc.isv/reference/misc/plugin_manifest.html">plugin.dtd</a>.</p>
-<p>A feature <strong>Patch Name</strong> is the translatable presentation name of the plug-in. This field is required. </p>
-<p>A feature <strong>Patch Vendor</strong> is the translatable name of the feature vendor. This field is optional. </p>
+<p>A <strong>Patch ID</strong> is mandatory and must comply with the <a href="../../../../org.eclipse.platform.doc.isv/reference/misc/plugin_manifest.html">plugin.dtd</a>.</p>
+<p>A <strong>Patch Name</strong> is the translatable presentation name of the patch. This field is required. </p>
+<p>A <strong>Patch Vendor</strong> is the translatable name of the patch vendor. This field is optional. </p>
<h3>Properties of Patched Feature</h3>
<p>The <strong>Feature ID</strong>, <strong>Feature Name</strong> and <strong>Feature Version</strong> of the feature being patched must be specified. These attributes must match those of a feature found in either the workspace or the target. </p>

Back to the top