Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorkprice2006-05-04 18:39:26 +0000
committerkprice2006-05-04 18:39:26 +0000
commit802aab06796e0d1baa801e2bce652c495a85fc7c (patch)
tree45ea4fa65556dfec38257914351c4c7e1100dbb6 /docs
parent245bf41693b3892e702434003dceb365b387252b (diff)
downloadwebtools.javaee-802aab06796e0d1baa801e2bce652c495a85fc7c.tar.gz
webtools.javaee-802aab06796e0d1baa801e2bce652c495a85fc7c.tar.xz
webtools.javaee-802aab06796e0d1baa801e2bce652c495a85fc7c.zip
[139870] Wrong context IDs for Static Web project wizard infopops
Diffstat (limited to 'docs')
-rw-r--r--docs/org.eclipse.wst.web.ui.infopop/META-INF/MANIFEST.MF2
-rw-r--r--docs/org.eclipse.wst.web.ui.infopop/StaticWebWizContexts.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/org.eclipse.wst.web.ui.infopop/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.web.ui.infopop/META-INF/MANIFEST.MF
index ad5f8d249..c2a03775a 100644
--- a/docs/org.eclipse.wst.web.ui.infopop/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.wst.web.ui.infopop/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Static Web infopop
Bundle-SymbolicName: org.eclipse.wst.web.ui.infopop; singleton:=true
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.0.201.qualifier
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Eclipse-AutoStart: true
diff --git a/docs/org.eclipse.wst.web.ui.infopop/StaticWebWizContexts.xml b/docs/org.eclipse.wst.web.ui.infopop/StaticWebWizContexts.xml
index f93373618..bf0f403b0 100644
--- a/docs/org.eclipse.wst.web.ui.infopop/StaticWebWizContexts.xml
+++ b/docs/org.eclipse.wst.web.ui.infopop/StaticWebWizContexts.xml
@@ -11,19 +11,19 @@
* IBM Corporation - initial API and implementation
*******************************************************************************/ -->
<contexts>
-<context id="org.eclipse.wst.web.ui.webw2000">
+<context id="webw2000">
<description> Use this page to name your Web project and specify the file system location (the place where the resources you create are stored.) When the Use default check box is selected, the project will be created in the file system location where your workspace resides. To change the default file system location, clear the checkbox and locate the path using the <b>Browse</b> button. To configure additional options, select the <b>Next</b> button.
In the Target Runtime field, select the server where you want to publish the Web project. if a server is not already defined, click <b>New</b> to select a server runtime environment. </description>
<topic label="Creating a static Web project" href="../org.eclipse.wst.webtools.doc.user/topics/twcresta.html"/>
</context>
-<context id="org.eclipse.wst.web.ui.webw2100">
+<context id="webw2100">
<description>Presets are used to define a default set of facet versions that will configure a project for a particular type of development. The Static Web Module facet enables the project to be deployed as a static
Web module. Click Show Runtimes to view the available runtimes and runtime compositions.</description>
<topic label="Creating a static Web project" href="../org.eclipse.wst.webtools.doc.user/topics/twcresta.html"/>
</context>
-<context id="org.eclipse.wst.web.ui.webw2200">
+<context id="webw2200">
<description>The Web content folder is where the elements of your Web site such as Web pages, graphics and style sheets are stored. This directory structure is necessary to ensure that the content of your Web site will be included in the WAR file at deployment and that link validation will work correctly.
</description>
<topic label="Creating a static Web project" href="../org.eclipse.wst.webtools.doc.user/topics/twcresta.html"/>

Back to the top