Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 4eb442b

Browse files
committed
Readme updates
1 parent 631b4f3 commit 4eb442b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ To deploy the sample you will need to import the projects into CICS Explorer.
3535

3636
To install the sample as a CICS bundle:
3737

38-
1. Export the CICS bundle from Eclipse by selecting the project com.ibm.cicsdev.ejb.bundle > Export Bundle Project to z/OS UNIX File System.
38+
1. Export the CICS bundle from Eclipse by selecting the project **com.ibm.cicsdev.ejb.bundle** > **Export Bundle Project to z/OS UNIX File System**.
3939
2. Define and install a JVMSERVER resource named `DFHWLP` in the CICS region.
4040
3. Add the features `ejbLite-3.2`, `jsf-2.2` and `jaxrs-2.0` to the `featureManager` element in the Liberty JVM server's server.xml configuration file.
4141
4. Define and install a BUNDLE resource.
4242

4343
To install the sample through Liberty configuration
44-
1. Export the EAR project from Eclipse by selecting the project com.ibm.cicsdev.ejb.app > File > Export > EAR file > Next > choose a destination > Finish.
44+
1. Export the EAR project from Eclipse by selecting the project **com.ibm.cicsdev.ejb.app** > **File** > **Export** > **EAR file** > **Next** > choose a destination > **Finish**.
4545
2. Copy the EAR file in binary to the `apps` directory in the Liberty configuration directory on zFS.
4646
3. Replace the Liberty configuration file `server.xml` or update elements featureManager, safRegistry and application using [server.xml](etc/config/server.xml) as a basis.
4747
4. Install a JVMSERVER resource in the CICS region.
@@ -141,10 +141,10 @@ DEFINE TSMODEL(JAVAEJB) GROUP(SAMPEJB) PREFIX(CATALOGUE) RECOVERABLE(YES)
141141
## Importing the Projects into Eclipse
142142
All the projects with code are Eclipse projects. To import these projects:
143143

144-
1. In Eclipse select *File* > *Import* > *General/Existing Projects into Workspace*
145-
2. *Browse* to the `projects` directory.
144+
1. In Eclipse select **File** > **Import** > **General/Existing Projects into Workspace**
145+
2. **Browse** to the `projects` directory.
146146
3. Ensure all 5 projects are checked
147-
4. *Finish* to import the source projects.
147+
4. **Finish** to import the source projects.
148148

149149

150150
## Notes

0 commit comments

Comments
 (0)