[116539] Updated infopops.
diff --git a/docs/org.eclipse.jst.jsp.ui.infopop/JspWizContexts.xml b/docs/org.eclipse.jst.jsp.ui.infopop/JspWizContexts.xml new file mode 100644 index 0000000..1d085e2 --- /dev/null +++ b/docs/org.eclipse.jst.jsp.ui.infopop/JspWizContexts.xml
@@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?NLS type="org.eclipse.help.contexts"?> +<!-- /******************************************************************************* + * Copyright (c) 2000, 2005 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ --> +<contexts> + <context id="jspw0010"> + <description> + Select the JSP template checkbox to create your JSP file based on a default template. You can choose to have your JSP created with HTML, XHTML, or XHTML with XML markup. If you do not select a template, your newly created JSP file will be completely blank. + </description> + </context> +</contexts>
diff --git a/docs/org.eclipse.jst.jsp.ui.infopop/plugin.xml b/docs/org.eclipse.jst.jsp.ui.infopop/plugin.xml index aefe666..3d1b116 100644 --- a/docs/org.eclipse.jst.jsp.ui.infopop/plugin.xml +++ b/docs/org.eclipse.jst.jsp.ui.infopop/plugin.xml
@@ -20,6 +20,7 @@ <extension point="org.eclipse.help.contexts"> <contexts file="EditorJspContexts.xml" plugin="org.eclipse.jst.jsp.ui"/> <contexts file="EditorJspContexts2.xml" plugin="org.eclipse.jst.jsp.core"/> + <contexts file="JspWizContexts.xml" plugin="org.eclipse.jst.jsp.ui"/> </extension>
diff --git a/docs/org.eclipse.wst.html.ui.infopop/HTMLWizContexts.xml b/docs/org.eclipse.wst.html.ui.infopop/HTMLWizContexts.xml new file mode 100644 index 0000000..ed68cf2 --- /dev/null +++ b/docs/org.eclipse.wst.html.ui.infopop/HTMLWizContexts.xml
@@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?NLS type="org.eclipse.help.contexts"?> +<!-- /******************************************************************************* + * Copyright (c) 2000, 2005 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ --> +<contexts> +<context id="htmlw0010"> +<description>Select the HTML template checkbox to create your HTML file based on a default template. Choose one of the frameset templates if you are developing a Web site with frames. If you do not select a template, your newly created JSP file will be completely blank. +</description> +</context> + + + +</contexts>
diff --git a/docs/org.eclipse.wst.html.ui.infopop/plugin.xml b/docs/org.eclipse.wst.html.ui.infopop/plugin.xml index ca695c5..9b085e7 100644 --- a/docs/org.eclipse.wst.html.ui.infopop/plugin.xml +++ b/docs/org.eclipse.wst.html.ui.infopop/plugin.xml
@@ -19,6 +19,7 @@ <extension point="org.eclipse.help.contexts"> <contexts file="EditorHtmlContexts.xml" plugin ="org.eclipse.wst.html.ui"/> <contexts file="EditorHtmlContexts2.xml" plugin ="org.eclipse.wst.html.core"/> + <contexts file="HTMLWizContexts.xml" plugin="org.eclipse.wst.html.ui"/> </extension>