You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addtocicsbundle/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Script to add pre-build Java archive files to a CICS bundle, including:
4
4
5
-
* .jar files for OSGI bundles
5
+
* .jar files for Java archives
6
6
* .war files for web archives
7
7
* .eba files for enterprise business archives
8
8
* .ear files for enterprise archives
@@ -19,7 +19,7 @@ If the CICS bundle contains only pre-built Java archive files, it does not need
19
19
## Usage
20
20
21
21
~~~~
22
-
Usage:addtocicsbundle [-hv] [-j JVMSERVER] [-V VERSION] -a FILES DIRECTORY
22
+
Usage:addtocicsbundle [-hv] [-j JVMSERVER] [-V VERSION] -a FILES DIRECTORY
23
23
24
24
Add Java pre-built archive files to the CICS bundle specified by DIRECTORY.
25
25
@@ -39,7 +39,7 @@ DIRECTORY is the CICS bundle directory
39
39
40
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/*.
41
41
42
-
Note the `-a "javaarchives/*"` parameter includes quotation marks to avoid the shell interpreter expanding the * character.
42
+
Note in the following example the `-a "javaarchives/*"` parameter includes quotation marks to avoid the shell interpreter expanding the * character.
43
43
44
44
~~~~console
45
45
$ addtocicsbundle -v -a "javaarchives/*" output/bundles/com.ibm.cics.server.examples.bundle
0 commit comments