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

Commit daf2823

Browse files
cockermacockerma
authored andcommitted
Update readme
1 parent 3522e18 commit daf2823

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

addtocicsbundle/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If the CICS bundle contains only pre-built Java archive files, it does not need
1414
## Requirements
1515

1616
* [bash](https://www.gnu.org/software/bash/bash.html?cm_mc_uid=33935548072714933125385&cm_mc_sid_50200000=1493879051&cm_mc_sid_52640000=1493879738#downloading) is used to run the script. For Linux this is likely pre-installed.
17-
* [xmlstarlet](http://xmlstar.sourceforge.net/overview.php) used to update the CICS bundle manifest file cics.xml. For Linux this is likely available for installation from your distribution package manager.
17+
* [xmlstarlet](http://xmlstar.sourceforge.net/overview.php) is used to update the CICS bundle manifest file cics.xml. For Linux this is likely available for installation from your distribution package manager.
1818

1919
## Usage
2020

@@ -37,12 +37,12 @@ DIRECTORY is the CICS bundle directory
3737

3838
## Example
3939

40-
This example will create a CICS bundle in directory output/bundles/com.ibm.cics.server.examples.bundle and add all the Java archives in archive files in path javaarchives/*.
40+
This example will create a CICS bundle in directory output/bundles/com.ibm.cics.server.examples.bundle and add all the Java archives found at javaarchives/*.
4141

4242
Note the `-a "javaarchives/*"` parameter includes quotation marks to avoid the shell interpreter expanding the * character.
4343

4444
~~~~console
45-
$ scripts/addtocicsbundle -v -a "javaarchives/*" output/bundles/com.ibm.cics.server.examples.bundle
45+
$ addtocicsbundle -v -a "javaarchives/*" output/bundles/com.ibm.cics.server.examples.bundle
4646

4747
Creating CICS bundle manifest file output/bundles/com.ibm.cics.server.examples.bundle/META-INF/cics.xml
4848
Creating CICS bundle part file output/bundles/com.ibm.cics.server.examples.bundle/com.ibm.cics.server.examples.hello.osgibundle
@@ -81,4 +81,4 @@ Exiting with RC=0
8181

8282
The output directory can now be copied to the CICS [platform directory structure in z/OS UNIX](https://www.ibm.com/support/knowledgecenter/SSGMCP_5.3.0/com.ibm.cics.ts.productoverview.doc/concepts/platforms_directory_structure.html) such as /var/cicsts/CICSPlex/_platform1_/. A BUNDLE resource can then be defined and installed to install in CICS.
8383

84-
Alternatively, the bundles/MyBundle directory can be copied (staged) to IBM UrbanCode Deploy using the [pushcicsbundletoucd](../pushcicsbundletoucd) script and deployed using the [ucdtemplates](../ucdtemplates).
84+
Alternatively, the output directory can be copied (staged) to IBM UrbanCode Deploy using the [pushcicsbundletoucd](../pushcicsbundletoucd) script and deployed using the [CICS bundle](../ucdtemplates) template.

0 commit comments

Comments
 (0)