Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmandel2006-03-17 22:22:50 +0000
committerlmandel2006-03-17 22:22:50 +0000
commitf368c2e9526b10087dabeb6b98c37b92a11b1e01 (patch)
tree4e9fd96fe30a56bd0b1ea57b725dd482ab46e223
parenta176e24719e87c7e1135ce62aa19e9347807198b (diff)
downloadwebtools.javaee-f368c2e9526b10087dabeb6b98c37b92a11b1e01.tar.gz
webtools.javaee-f368c2e9526b10087dabeb6b98c37b92a11b1e01.tar.xz
webtools.javaee-f368c2e9526b10087dabeb6b98c37b92a11b1e01.zip
[132332] Corrected infopop content and spelling.
-rw-r--r--docs/org.eclipse.jst.servlet.ui.infopop/DynWebWizContexts.xml4
-rw-r--r--docs/org.eclipse.jst.servlet.ui.infopop/META-INF/MANIFEST.MF2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/org.eclipse.jst.servlet.ui.infopop/DynWebWizContexts.xml b/docs/org.eclipse.jst.servlet.ui.infopop/DynWebWizContexts.xml
index 1c9df474b..4052a61dd 100644
--- a/docs/org.eclipse.jst.servlet.ui.infopop/DynWebWizContexts.xml
+++ b/docs/org.eclipse.jst.servlet.ui.infopop/DynWebWizContexts.xml
@@ -19,8 +19,8 @@ Click <b>Add project to EAR</b> to add the project to an enterprise application
</context>
<context id="org.eclipse.jst.j2ee.ui.webw2100">
-<description>Presets are used to define a default set of facet versions that will configure a project for a particular type of development. Select one or more facets for the dynamic Web project. To change the version of the facet, click the facet version and select a verson from the drop-down list.
-Web module. Click Show Runtimes to view the available runtimes and runtime compositions.</description>
+<description>Presets are used to define a default set of facet versions that will configure a project for a particular type of development. Select one or more facets for the dynamic Web project. To change the version of the facet, click the facet version and select a version from the drop-down list.
+Click Show Runtimes to view the available runtimes and runtime compositions.</description>
<topic label="Creating a dynamic Web project" href="../org.eclipse.wst.webtools.doc.user/topics/twcreprj.html"/>
</context>
diff --git a/docs/org.eclipse.jst.servlet.ui.infopop/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.servlet.ui.infopop/META-INF/MANIFEST.MF
index 9209e9a61..0c0add7de 100644
--- a/docs/org.eclipse.jst.servlet.ui.infopop/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.jst.servlet.ui.infopop/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jst.servlet.ui.infopop; singleton:=true
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.0.2.qualifier
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Eclipse-AutoStart: true

Back to the top