File tree Expand file tree Collapse file tree 12 files changed +25
-18
lines changed
com.ibm.cicsdev.serialize Expand file tree Collapse file tree 12 files changed +25
-18
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
33 <classpathentry exported =" true" kind =" lib" path =" lib/EDUPGM.jar" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" />
54 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
65 <classpathentry kind =" src" path =" src" />
6+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java [1.8.321.07]" />
77 <classpathentry kind =" output" path =" bin" />
88</classpath >
Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ Bundle-Name: Sample JCICS code for use of LINK
44Bundle-SymbolicName : com.ibm.cicsdev.link
55Bundle-Version : 1.0.0
66Bundle-Vendor : IBM
7- Bundle-RequiredExecutionEnvironment : JavaSE-1.7
7+ Bundle-RequiredExecutionEnvironment : JavaSE-1.8
88CICS-MainClass : com.ibm.cicsdev.link.LinkProg1,
99 com.ibm.cicsdev.link.LinkProg2,
1010 com.ibm.cicsdev.link.LinkProg3,
1111 com.ibm.cicsdev.link.LinkServEduchan,
1212 com.ibm.cicsdev.link.LinkServEC01
1313Import-Package : com.ibm.cics.server;version="[1.401.0,3.0.0)",
1414 com.ibm.jzos.fields;resolution:=optional
15+ Automatic-Module-Name : com.ibm.cicsdev.link
1516Bundle-ClassPath : lib/EDUPGM.jar,
1617 .
1718
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" />
43 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
54 <classpathentry kind =" src" path =" src" />
5+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java [1.8.321.07]" />
66 <classpathentry kind =" output" path =" bin" />
77</classpath >
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Bundle-Name: Sample JCICS serialization code
44Bundle-SymbolicName : com.ibm.cicsdev.serialize
55Bundle-Version : 1.0.0
66Bundle-Vendor : IBM
7- Bundle-RequiredExecutionEnvironment : JavaSE-1.7
8- Import-Package : com.ibm.cics.server;version="[1.401.0,2 .0.0)"
7+ Bundle-RequiredExecutionEnvironment : JavaSE-1.8
8+ Import-Package : com.ibm.cics.server;version="[1.401.0,3 .0.0)"
99Bundle-ClassPath : .
1010CICS-MainClass : com.ibm.cicsdev.serialize.SerializeExample1
11+ Automatic-Module-Name : com.ibm.cicsdev.serialize
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
33 <classpathentry exported =" true" kind =" lib" path =" lib/TdqRecord.jar" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" />
54 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
65 <classpathentry kind =" src" path =" src" />
6+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java [1.8.321.07]" />
77 <classpathentry kind =" output" path =" bin" />
88</classpath >
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ Bundle-Name: Sample JCICS code for use of transient data queues
44Bundle-SymbolicName : com.ibm.cicsdev.tdq
55Bundle-Version : 1.0.0
66Bundle-Vendor : IBM
7- Bundle-RequiredExecutionEnvironment : JavaSE-1.7
7+ Bundle-RequiredExecutionEnvironment : JavaSE-1.8
88CICS-MainClass : com.ibm.cicsdev.tdq.TDQExample1,
99 com.ibm.cicsdev.tdq.TDQExample2,
1010 com.ibm.cicsdev.tdq.TDQExample3
11- Import-Package : com.ibm.cics.server;version="[1.401.0,2 .0.0)",
11+ Import-Package : com.ibm.cics.server;version="[1.401.0,3 .0.0)",
1212 com.ibm.jzos.fields;resolution:=optional
13+ Automatic-Module-Name : com.ibm.cicsdev.tdq
1314Bundle-ClassPath : lib/TdqRecord.jar,
1415 .
16+
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" />
4- <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
53 <classpathentry kind =" src" path =" src" />
4+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java [1.8.321.07]" />
5+ <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
66 <classpathentry kind =" output" path =" bin" />
77</classpath >
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ Bundle-Name: Sample JCICS terminal code
44Bundle-SymbolicName : com.ibm.cicsdev.terminal
55Bundle-Version : 1.0.0
66Bundle-Vendor : IBM
7- Bundle-RequiredExecutionEnvironment : JavaSE-1.7
7+ Bundle-RequiredExecutionEnvironment : JavaSE-1.8
88CICS-MainClass : com.ibm.cicsdev.terminal.TerminalExample1
9- Import-Package : com.ibm.cics.server;version="[1.401.0,2 .0.0)"
9+ Import-Package : com.ibm.cics.server;version="[1.401.0,3 .0.0)"
1010Bundle-ClassPath : .
11+ Automatic-Module-Name : com.ibm.cicsdev.terminal
1112
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
33 <classpathentry exported =" true" kind =" lib" path =" lib/TsqRecord.jar" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" />
54 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
65 <classpathentry kind =" src" path =" src" />
6+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java [1.8.321.07]" />
77 <classpathentry kind =" output" path =" bin" />
88</classpath >
Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ Bundle-Name: Sample JCICS code for use of temporary storage queues
44Bundle-SymbolicName : com.ibm.cicsdev.tsq
55Bundle-Version : 1.0.0
66Bundle-Vendor : IBM
7- Bundle-RequiredExecutionEnvironment : JavaSE-1.7
7+ Bundle-RequiredExecutionEnvironment : JavaSE-1.8
88CICS-MainClass : com.ibm.cicsdev.tsq.TSQExample1,
99 com.ibm.cicsdev.tsq.TSQExample2,
1010 com.ibm.cicsdev.tsq.TSQExample3,
1111 com.ibm.cicsdev.tsq.TSQExample4
12- Import-Package : com.ibm.cics.server;version="[1.401.0,2 .0.0)",
12+ Import-Package : com.ibm.cics.server;version="[1.401.0,3 .0.0)",
1313 com.ibm.jzos.fields;resolution:=optional
14+ Automatic-Module-Name : com.ibm.cicsdev.tsq
1415Bundle-ClassPath : lib/TsqRecord.jar,
1516 .
You can’t perform that action at this time.
0 commit comments