Skip to content

Commit

Permalink
update com.ibm.cics.server;version=
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Fitzgerald committed Apr 27, 2022
1 parent cbdcb97 commit 79d8e9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: com.ibm.cicsdev.osgi.ds.cicsapp
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: bin
Import-Package: com.ibm.cics.server;version="[1.700.0,2.0.0)",
Import-Package: com.ibm.cics.server;version="[1.700.0,3.0.0)",
com.ibm.cicsdev.osgi.ds.storage,
org.osgi.service.component
Service-Component: OSGI-INF/com.ibm.cicsdev.osgi.ds.cicsapp.CICSApp.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: com.ibm.cicsdev.osgi.ds.storage.impl
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: bin
Import-Package: com.ibm.cicsdev.osgi.ds.storage;version="[1.0.0,2.0.0)"
Import-Package: com.ibm.cicsdev.osgi.ds.storage;version="[1.0.0,3.0.0)"
Service-Component: OSGI-INF/com.ibm.cicsdev.osgi.ds.storage.InMemoryStorage.xml
Bundle-ActivationPolicy: lazy

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: com.ibm.cicsdev.osgi.ds.storage.impl
Bundle-Version: 1.1.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: bin
Import-Package: com.ibm.cics.server;version="[1.700.0,2.0.0)",
Import-Package: com.ibm.cics.server;version="[1.700.0,3.0.0)",
com.ibm.cicsdev.osgi.ds.storage;version="[1.0.0,2.0.0)"
Service-Component: OSGI-INF/com.ibm.cicsdev.osgi.ds.storage.impl.TSQStorage.xml
Bundle-ActivationPolicy: lazy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: com.ibm.cicsdev.osgi.ds.storage
Bundle-SymbolicName: com.ibm.cicsdev.osgi.ds.storage
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: bin
Export-Package: com.ibm.cicsdev.osgi.ds.storage;version="1.0.0"

0 comments on commit 79d8e9f

Please sign in to comment.