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:
Diffstat (limited to 'docs')
-rw-r--r--docs/org.eclipse.jst.j2ee.infopop/EJBCreateWizard_HelpContexts.xml32
-rw-r--r--docs/org.eclipse.jst.j2ee.infopop/META-INF/MANIFEST.MF2
-rw-r--r--docs/org.eclipse.jst.j2ee.infopop/ProjectCreateWizard_HelpContexts.xml2
-rw-r--r--docs/org.eclipse.jst.j2ee.infopop/plugin.xml2
4 files changed, 19 insertions, 19 deletions
diff --git a/docs/org.eclipse.jst.j2ee.infopop/EJBCreateWizard_HelpContexts.xml b/docs/org.eclipse.jst.j2ee.infopop/EJBCreateWizard_HelpContexts.xml
index 08ca607c7..1967944ae 100644
--- a/docs/org.eclipse.jst.j2ee.infopop/EJBCreateWizard_HelpContexts.xml
+++ b/docs/org.eclipse.jst.j2ee.infopop/EJBCreateWizard_HelpContexts.xml
@@ -13,17 +13,17 @@
<contexts>
<!-- Page 1, Create an Enterprise Bean -->
-<context id="EJB_NEW_EJB_WIZARD_PAGE1">
+<context id="antejb0000">
<description>Use this page to select the enterprise bean type: session bean or message-driven bean.
-
+
You must install and enable XDoclet before creating a session or message-driven bean. Follow these steps:
- 1 - First, download and install XDoclet from http://xdoclet.sourceforge.net/xdoclet/install.html
- 2 - Next, click the <b>preferences</b> link to configure the XDoclet Runtime Preferences. Another way to get to the XDoclet Runtime Preferences page is from <b>Window > Preferences > J2EE Annotations > XDoclet</b>.
- 3 - Check the <b>Enable XDoclet Builder</b> check box.
- 4 - Select the Version of XDoclet that you have installed.
- 5 - Use the Browse button to locate the installation directory for XDoclet (<b>XDoclet Home</b>).
- 6 - Click <b>OK</b> to save the preferences.
-
+1 - First, download and install XDoclet from http://xdoclet.sourceforge.net/xdoclet/install.html
+2 - Next, click the <b>preferences</b> link to configure the XDoclet Runtime Preferences. Another way to get to the XDoclet Runtime Preferences page is from <b>Window > Preferences > J2EE Annotations > XDoclet</b>.
+3 - Check the <b>Enable XDoclet Builder</b> check box.
+4 - Select the Version of XDoclet that you have installed.
+5 - Use the Browse button to locate the installation directory for XDoclet (<b>XDoclet Home</b>).
+6 - Click <b>OK</b> to save the preferences.
+
After installing and configuring XDoclet, select the bean type you want to create and click <b>Next</b>.
</description>
<topic label="Creating enterprise beans" href="../org.eclipse.jst.ejb.doc.user/topics/tecrte.html"/>
@@ -32,7 +32,7 @@ After installing and configuring XDoclet, select the bean type you want to creat
</context>
<!-- Page 2, Enterprise Bean class file definition -->
-<context id="EJB_NEW_EJB_WIZARD_PAGE2">
+<context id="antejb1100">
<description>Enter the <b>Project</b>, <b>Module Name</b>, and workspace <b>Folder</b> for the new enterprise bean.
Enter the <b>Java package</b> and <b>Class name</b> for the new enterprise bean.
@@ -46,11 +46,11 @@ Select the <b>Generate an annotated bean class</b> check box to add J2EE annotat
</context>
<!-- Page 3, Enterprise Bean details -->
-<context id="EJB_NEW_EJB_WIZARD_PAGE3">
+<context id="antejb1000">
<description>Specify the EJB, JNDI and Display names for the enterprise bean.
- The <b>EJB name</b> is the name of the enterprise bean class.
- The <b>JNDI name</b> is a logical name used by the server to locate an enterprise bean at runtime.
- The <b>Display name</b> is a short name for the enterprise bean that is used by tools.
+The <b>EJB name</b> is the name of the enterprise bean class.
+The <b>JNDI name</b> is a logical name used by the server to locate an enterprise bean at runtime.
+The <b>Display name</b> is a short name for the enterprise bean that is used by tools.
Optionally, provide a text <b>Description</b> of the enterprise bean class.
@@ -65,9 +65,9 @@ Select the <b>Transaction Type</b> (container or bean) for the enterprise bean.
</context>
<!-- Page 4, Enterprise Bean modifiers, interfaces and method stubs -->
-<context id="EJB_NEW_EJB_WIZARD_PAGE4">
+<context id="antejb1200">
<description>Select the type of <b>Modifiers</b> for the bean class.
-
+
Select the <b>Interfaces</b> that your bean class will implement. Use the <b>Add</b> and <b>Remove</b> buttons to create the list of interfaces.
Select which method stubs that you want created in the bean class.<b></b>
diff --git a/docs/org.eclipse.jst.j2ee.infopop/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.j2ee.infopop/META-INF/MANIFEST.MF
index 3fff2a9a2..9db3e8e37 100644
--- a/docs/org.eclipse.jst.j2ee.infopop/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.jst.j2ee.infopop/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jst.j2ee.infopop; singleton:=true
-Bundle-Version: 1.0.201.qualifier
+Bundle-Version: 1.5.01.qualifier
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/docs/org.eclipse.jst.j2ee.infopop/ProjectCreateWizard_HelpContexts.xml b/docs/org.eclipse.jst.j2ee.infopop/ProjectCreateWizard_HelpContexts.xml
index d4ecae56b..06060875f 100644
--- a/docs/org.eclipse.jst.j2ee.infopop/ProjectCreateWizard_HelpContexts.xml
+++ b/docs/org.eclipse.jst.j2ee.infopop/ProjectCreateWizard_HelpContexts.xml
@@ -59,7 +59,7 @@ You can save the settings for this project so you can create other projects with
<context id="EJB_NEW_EJB_WIZARD_PAGE1">
<description>Use this wizard to create an EJB project.
-On this page, name the application client project and select the workspace location to store the project files. You can also select a target runtime for the project and add the project to an enterprise application project.
+On this page, name the project and select the workspace location to store the project files. You can also select a target runtime for the project and add the project to an enterprise application project.
</description>
<topic filter="plugin=org.eclipse.jst.ejb.doc.user" href="../org.eclipse.jst.ejb.doc.user/topics/tecrtpro.html" label="Creating EJB projects"/>
diff --git a/docs/org.eclipse.jst.j2ee.infopop/plugin.xml b/docs/org.eclipse.jst.j2ee.infopop/plugin.xml
index 2a6d7c69b..d7ba75d65 100644
--- a/docs/org.eclipse.jst.j2ee.infopop/plugin.xml
+++ b/docs/org.eclipse.jst.j2ee.infopop/plugin.xml
@@ -17,7 +17,7 @@
<contexts file="ImportWizard_HelpContexts.xml" plugin="org.eclipse.jst.j2ee.ui" />
<contexts file="J2EEGeneral_HelpContexts.xml" plugin="org.eclipse.jst.j2ee.ui" />
<contexts file="ProjectCreateWizard_HelpContexts.xml" plugin="org.eclipse.jst.j2ee.ui" />
- <contexts file="EJBCreateWizard_HelpContexts.xml" plugin="org.eclipse.jst.j2ee.ui" />
+ <contexts file="EJBCreateWizard_HelpContexts.xml" />
<contexts file="ProjectPrefs_HelpContexts.xml" plugin="org.eclipse.jst.j2ee.ui" />
<contexts file="Preferences_HelpContexts.xml" plugin="org.eclipse.jst.j2ee.ui" />
</extension>

Back to the top