Skip to content

Commit

Permalink
Update to have version range end with the next minor version
Browse files Browse the repository at this point in the history
- Instead of using a micro version of .100 or .200 for the end range for
bundle dependencies which will eventually lead to errors once the micro
version in liberty changes to 100 or more in the next year, just use the
minor version that is +1 of the lower range.
  • Loading branch information
jhanders34 committed Mar 23, 2024
1 parent 2f0ab10 commit 1e1b835
Show file tree
Hide file tree
Showing 213 changed files with 499 additions and 503 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Subsystem-Version: 1.0.0

WebSphere-LogProvider: com.ibm.ws.logging.internal.impl.LogProviderImpl

Subsystem-Content: a.b; version="[1,1.0.100)"; type="boot.jar",
a.b; version="[1,1.0.100)"
Subsystem-Content: a.b; version="[1,1.1)"; type="boot.jar",
a.b; version="[1,1.1)"

Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Subsystem-ManifestVersion: 1
Subsystem-SymbolicName: com.ibm.websphere.appserver.logging-1.0; visibility:=private
Subsystem-Version: 1.0.0

Subsystem-Content: a.b; version="[1,1.0.100)"; type="boot.jar",
Subsystem-Content: a.b; version="[1,1.1)"; type="boot.jar",

Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Subsystem-Version: 1.0.0
WebSphere-LogProvider: dummy.LogProvider

Subsystem-Content: com.ibm.websphere.appserver.kernel-1.0; type="osgi.subsystem.feature",
x.y; version="[1.0.0,1.0.100)"; type="boot.jar",
x.y; version="[1.0.0,1.0.100)"; start-phase:=BOOTSTRAP,
x.y; version="[1.0.0,1.1)"; type="boot.jar",
x.y; version="[1.0.0,1.1)"; start-phase:=BOOTSTRAP,

Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Subsystem-SymbolicName: com.ibm.websphere.appserver.kernelCore-1.0; visibility:=
Subsystem-Version: 1.0.0

Subsystem-Content: com.ibm.websphere.appserver.kernel-1.0; type="osgi.subsystem.feature",
x.y; version="[1.0.0,1.0.100)"; type="boot.jar",
p.q; version="[1.0.0,1.0.100)",
x.y; version="[1.0.0,1.1)"; type="boot.jar",
p.q; version="[1.0.0,1.1)",

Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Subsystem-SymbolicName: com.ibm.websphere.appserver.logging-1.0; visibility:=pri
Subsystem-Version: 1.0.0

Subsystem-Content: com.ibm.websphere.appserver.kernel-1.0; type="osgi.subsystem.feature",
p.q; version="[1.0.0,1.0.100)"; type="boot.jar"
p.q; version="[1.0.0,1.1)"; type="boot.jar"

Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
30 changes: 15 additions & 15 deletions dev/com.ibm.ws.com.sun.mail.javax.mail.1.6/bnd.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ Include-Resource: \
@${repo;com.sun.mail:javax.mail;1.6.2}!/META-INF/javamail.default.address.map, \
@${repo;com.sun.mail:javax.mail;1.6.2}!/META-INF/javamail.default.providers

Import-Package: javax.mail;version="[1.6.0,1.6.200)", \
javax.mail.event;version="[1.6.0,1.6.200)", \
javax.mail.internet;version="[1.6.0,1.6.200)", \
javax.mail.search;version="[1.6.0,1.6.200)", \
javax.mail.util;version="[1.6.0,1.6.200)", \
com.sun.mail;version="[1.6.0,1.6.200)", \
com.sun.mail.auth;version="[1.6.0,1.6.200)", \
com.sun.mail.imap;version="[1.6.0,1.6.200)", \
com.sun.mail.imap.protocol;version="[1.6.0,1.6.200)", \
com.sun.mail.iap;version="[1.6.0,1.6.200)", \
com.sun.mail.pop3;version="[1.6.0,1.6.200)", \
com.sun.mail.smtp;version="[1.6.0,1.6.200)", \
com.sun.mail.util;version="[1.6.0,1.6.200)", \
com.sun.mail.util.logging;version="[1.6.0,1.6.200)", \
com.sun.mail.handlers;version="[1.6.0,1.6.200)"
Import-Package: javax.mail;version="[1.6.0,1.7)", \
javax.mail.event;version="[1.6.0,1.7)", \
javax.mail.internet;version="[1.6.0,1.7)", \
javax.mail.search;version="[1.6.0,1.7)", \
javax.mail.util;version="[1.6.0,1.7)", \
com.sun.mail;version="[1.6.0,1.7)", \
com.sun.mail.auth;version="[1.6.0,1.7)", \
com.sun.mail.imap;version="[1.6.0,1.7)", \
com.sun.mail.imap.protocol;version="[1.6.0,1.7)", \
com.sun.mail.iap;version="[1.6.0,1.7)", \
com.sun.mail.pop3;version="[1.6.0,1.7)", \
com.sun.mail.smtp;version="[1.6.0,1.7)", \
com.sun.mail.util;version="[1.6.0,1.7)", \
com.sun.mail.util.logging;version="[1.6.0,1.7)", \
com.sun.mail.handlers;version="[1.6.0,1.7)"


Export-Package: \
Expand Down
26 changes: 13 additions & 13 deletions dev/com.ibm.ws.com.sun.mail.javax.mail/bnd.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ Include-Resource: \
@${repo;com.sun.mail:javax.mail;1.5.6}!/META-INF/javamail.default.providers

Import-Package: \
javax.mail;version="[1.5.0,1.5.200)", \
javax.mail.event;version="[1.5.0,1.5.200)", \
javax.mail.internet;version="[1.5.0,1.5.200)", \
javax.mail.search;version="[1.5.0,1.5.200)", \
javax.mail.util;version="[1.5.0,1.5.200)", \
javax.mail;version="[1.5.0,1.6)", \
javax.mail.event;version="[1.5.0,1.6)", \
javax.mail.internet;version="[1.5.0,1.6)", \
javax.mail.search;version="[1.5.0,1.6)", \
javax.mail.util;version="[1.5.0,1.6)", \
com.sun.mail;version="1.5.16", \
com.sun.mail.auth;version="1.5.16", \
com.sun.mail.imap;version="[1.5.0,1.5.200)", \
com.sun.mail.imap.protocol;version="[1.5.0,1.5.200)", \
com.sun.mail.iap;version="[1.5.0,1.5.200)", \
com.sun.mail.pop3;version="[1.5.0,1.5.200)", \
com.sun.mail.smtp;version="[1.5.0,1.5.200)", \
com.sun.mail.util;version="[1.5.0,1.5.200)", \
com.sun.mail.util.logging;version="[1.5.0,1.5.200)", \
com.sun.mail.handlers;version="[1.5.0,1.5.200)"
com.sun.mail.imap;version="[1.5.0,1.6)", \
com.sun.mail.imap.protocol;version="[1.5.0,1.6)", \
com.sun.mail.iap;version="[1.5.0,1.6)", \
com.sun.mail.pop3;version="[1.5.0,1.6)", \
com.sun.mail.smtp;version="[1.5.0,1.6)", \
com.sun.mail.util;version="[1.5.0,1.6)", \
com.sun.mail.util.logging;version="[1.5.0,1.6)", \
com.sun.mail.handlers;version="[1.5.0,1.6)"

Export-Package: \
javax.mail, \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IBM-Test-Feature: true
IBM-ShortName: componenttest-2.0
Subsystem-SymbolicName: com.ibm.websphere.appserver.componenttest-2.0; visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Content: com.ibm.ws.componenttest.2.0; version="[1,1.0.100)"
Subsystem-Content: com.ibm.ws.componenttest.2.0; version="[1,1.1)"
Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
IBM-API-Package: componenttest.app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IBM-Test-Feature: true
IBM-ShortName: componenttest-1.0
Subsystem-SymbolicName: com.ibm.websphere.appserver.componenttest-1.0; visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Content: com.ibm.ws.componenttest; version="[1,1.0.100)"
Subsystem-Content: com.ibm.ws.componenttest; version="[1,1.1)"
Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
IBM-API-Package: componenttest.app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Subsystem-SymbolicName: test.concurrent.persistent.timerInterfacesTestFeature-1.
Subsystem-Version: 1.0
Subsystem-Content: com.ibm.websphere.appserver.persistentExecutor-1.0; type="osgi.subsystem.feature",
com.ibm.websphere.appserver.transaction-1.2; type="osgi.subsystem.feature",
test.feature.sim.ejb.timer; version="[1,1.0.100)"
test.feature.sim.ejb.timer; version="[1,1.1)"
Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
IBM-API-Package: com.ibm.ws.concurrent.persistent.ejb,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Subsystem-Version: 1.0
Subsystem-Content: com.ibm.websphere.appserver.persistentExecutor-1.0; type="osgi.subsystem.feature",
com.ibm.websphere.appserver.jdbc-4.2; ibm.tolerates:="4.3, 4.1"; type="osgi.subsystem.feature",
com.ibm.websphere.appserver.transaction-2.0; type="osgi.subsystem.feature",
test.feature.sim.ejb.timer.jakarta; version="[1,1.0.100)"
test.feature.sim.ejb.timer.jakarta; version="[1,1.1)"
Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
IBM-API-Package: com.ibm.ws.concurrent.persistent.ejb,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Subsystem-ManifestVersion: 1
IBM-ShortName: testFeature-1.0
Subsystem-SymbolicName: test.concurrent.persistent.testFeature-1.0; visibility:=public
Subsystem-Version: 1.0
Subsystem-Content: test.concurrent.persistent.delayexec; version="[1,1.0.100)",
com.ibm.ws.runtime.update; version="[1,1.0.100)"; type="jar"
Subsystem-Content: test.concurrent.persistent.delayexec; version="[1,1.1)",
com.ibm.ws.runtime.update; version="[1,1.1)"; type="jar"
Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Subsystem-ManifestVersion: 1
IBM-ShortName: testFeature-1.0
Subsystem-SymbolicName: test.concurrent.persistent.testFeature-1.0; visibility:=public
Subsystem-Version: 1.0
Subsystem-Content: test.concurrent.persistent.feature; version="[1,1.0.100)",
Subsystem-Content: test.concurrent.persistent.feature; version="[1,1.1)",
com.ibm.websphere.appserver.jdbc-4.3; ibm.tolerates:="4.2, 4.1"; type="osgi.subsystem.feature",
com.ibm.websphere.appserver.transaction-2.0; type="osgi.subsystem.feature",
test.concurrent.persistent.persistentExecutorTestFeature-1.0; type="osgi.subsystem.feature"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Subsystem-SymbolicName: test.concurrent.persistent.singletonTestFeature-1.0; vis
Subsystem-Version: 1.0
Subsystem-Content: com.ibm.websphere.appserver.persistentExecutor-1.0; type="osgi.subsystem.feature",
com.ibm.websphere.appserver.transaction-1.2; type="osgi.subsystem.feature",
test.feature.ejb.singleton; version="[1,1.0.100)"
test.feature.ejb.singleton; version="[1,1.1)"
Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
IBM-API-Package: com.ibm.ws.concurrent.persistent.ejb,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IBM-ShortName: simulatedController-1.0
IBM-Test-Feature: true
Subsystem-SymbolicName: test.concurrent.persistent.simulatedController-1.0; visibility:=public
Subsystem-Version: 1.0
Subsystem-Content: test.concurrent.persistent.fat.simctrl; version="[1,1.0.100)",
Subsystem-Content: test.concurrent.persistent.fat.simctrl; version="[1,1.1)",
com.ibm.websphere.appserver.persistentExecutor-1.0; type="osgi.subsystem.feature",
com.ibm.websphere.appserver.transaction-1.2; type="osgi.subsystem.feature"
Subsystem-Type: osgi.subsystem.feature
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Subsystem-SymbolicName: test.concurrenttest-1.0;visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Content: com.ibm.websphere.appserver.osgiConsole-1.0; type="osgi.subsystem.feature",
com.ibm.websphere.appserver.transaction-1.1; ibm.tolerates:="1.2, 2.0"; type="osgi.subsystem.feature",
test.resource.testresource; version="[1,1.0.100)"
test.resource.testresource; version="[1,1.1)"
Subsystem-Type: osgi.subsystem.feature
IBM-Test-Feature: true
IBM-API-Package: com.ibm.websphere.ras; type="internal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IBM-ShortName: workManager-1.0
Subsystem-SymbolicName: test.concurrent.work.workManager-1.0; visibility:=public
Subsystem-Version: 1.0
Subsystem-Content:
test.concurrent.work; version="[1,1.0.100)",
test.concurrent.work; version="[1,1.1)",
test.concurrent.work.concurrencyExtension-1.0; type="osgi.subsystem.feature"
Subsystem-Type: osgi.subsystem.feature
IBM-Feature-Version: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Subsystem-ManifestVersion: 1
IBM-ShortName: simulatedZOSContextProviders-1.0
Subsystem-SymbolicName: simulatedZOSContextProviders-1.0; visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Content: test.concurrent.sim.zos.syncToOSThread; version="[1,1.0.100)",
test.concurrent.sim.zos.wlm; version="[1,1.0.100)"
Subsystem-Content: test.concurrent.sim.zos.syncToOSThread; version="[1,1.1)",
test.concurrent.sim.zos.wlm; version="[1,1.1)"
Subsystem-Type: osgi.subsystem.feature
IBM-API-Package: test.concurrent.cache; type="internal",
test.concurrent.sim.context.zos.wlm; type="internal"
Expand Down
16 changes: 8 additions & 8 deletions dev/com.ibm.ws.config.schemagen.schemagen/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright (c) 2017 IBM Corporation and others.
# Copyright (c) 2017, 2024 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
Expand All @@ -16,14 +16,14 @@ bVersion=1.0
Bundle-Name: WebSphere Schema Generator
Bundle-SymbolicName: com.ibm.ws.config.schemagen.schemagen

Require-Bundle: com.ibm.ws.config; version="[1,1.0.100)", \
Require-Bundle: com.ibm.ws.config; version="[1,1.1)", \
org.eclipse.osgi; version="[3.10, 4)", \
com.ibm.ws.logging; version="[1, 1.0.100)", \
com.ibm.ws.org.eclipse.equinox.metatype; version="[1.0.0, 1.0.100)", \
com.ibm.ws.kernel.feature; version="[1,1.0.100)", \
com.ibm.ws.org.apache.aries.util; version="[1,1.0.100)", \
com.ibm.ws.kernel.service; version="[1.3,1.3.100)", \
com.ibm.ws.config.schemagen; version="[1,1.0.100)"
com.ibm.ws.logging; version="[1, 1.1)", \
com.ibm.ws.org.eclipse.equinox.metatype; version="[1.0.0, 1.1)", \
com.ibm.ws.kernel.feature; version="[1,1.1)", \
com.ibm.ws.org.apache.aries.util; version="[1,1.1)", \
com.ibm.ws.kernel.service; version="[1.3,1.4)", \
com.ibm.ws.config.schemagen; version="[1,1.1)"
Command-Class: com.ibm.ws.config.schemagen.internal.Generator

-outputmask: ws-schemagen.jar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright (c) 2017 IBM Corporation and others.
# Copyright (c) 2017, 2024 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
Expand All @@ -16,9 +16,9 @@ bVersion=1.0
Bundle-Name: ServerSchema Generator
Bundle-SymbolicName: com.ibm.ws.config.server.schemagen.serverschemagen

Require-Bundle: com.ibm.ws.config.server.schemagen; version="[1,1.0.100)", \
com.ibm.ws.kernel.service; version="[1.3,1.3.100)", \
com.ibm.ws.logging; version="[1, 1.0.100)", \
Require-Bundle: com.ibm.ws.config.server.schemagen; version="[1,1.1)", \
com.ibm.ws.kernel.service; version="[1.3,1.4)", \
com.ibm.ws.logging; version="[1, 1.1)", \
javax.management,javax.management.remote

Command-Class: com.ibm.ws.config.server.schemagen.ServerSchemaGenCommand
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Subsystem-ManifestVersion: 1
Subsystem-SymbolicName: delayedVariable-1.0;visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Type: osgi.subsystem.feature
Subsystem-Content: test.config.variables; version="[1,1.0.100)"
Subsystem-Content: test.config.variables; version="[1,1.1)"
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Subsystem-ManifestVersion: 1
Subsystem-SymbolicName: childAliasTest-1.0;visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Type: osgi.subsystem.feature
Subsystem-Content: test.config.childalias; version="[1,1.0.100)"
Subsystem-Content: test.config.childalias; version="[1,1.1)"
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Subsystem-ManifestVersion: 1
Subsystem-SymbolicName: childAliasTestB-1.0;visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Type: osgi.subsystem.feature
Subsystem-Content: test.config.childalias.b; version="[1,1.0.100)"
Subsystem-Content: test.config.childalias.b; version="[1,1.1)"
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Subsystem-ManifestVersion: 1
Subsystem-SymbolicName: childAliasTestC-1.0;visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Type: osgi.subsystem.feature
Subsystem-Content: test.config.childalias.c; version="[1,1.0.100)"
Subsystem-Content: test.config.childalias.c; version="[1,1.1)"
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Subsystem-ManifestVersion: 1
Subsystem-SymbolicName: configExtensionsSchemaGeneratorTest-1.0;visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Type: osgi.subsystem.feature
Subsystem-Content: test.config.extensions.schema.generator; version="[1,1.0.100)",
Subsystem-Content: test.config.extensions.schema.generator; version="[1,1.1)",
com.ibm.websphere.appserver.servlet-3.1; type="osgi.subsystem.feature"
IBM-Feature-Version: 2

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Subsystem-ManifestVersion: 1
Subsystem-SymbolicName: configExtensionsTest-1.0;visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Type: osgi.subsystem.feature
Subsystem-Content: test.config.extensions; version="[1,1.0.100)",
Subsystem-Content: test.config.extensions; version="[1,1.1)",
com.ibm.wsspi.appserver.webBundle-1.0; type="osgi.subsystem.feature",
com.ibm.websphere.appserver.servlet-3.1; type="osgi.subsystem.feature"
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Subsystem-ManifestVersion: 1
Subsystem-SymbolicName: configExtensionsTestB-1.0;visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Type: osgi.subsystem.feature
Subsystem-Content: test.config.extensions.b; version="[1,1.0.100)",
Subsystem-Content: test.config.extensions.b; version="[1,1.1)",
com.ibm.wsspi.appserver.webBundle-1.0; type="osgi.subsystem.feature",
com.ibm.websphere.appserver.servlet-3.1; type="osgi.subsystem.feature"
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Subsystem-ManifestVersion: 1
Subsystem-SymbolicName: delayedVariable-1.0;visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Type: osgi.subsystem.feature
Subsystem-Content: test.config.variables; version="[1,1.0.100)"
Subsystem-Content: test.config.variables; version="[1,1.1)"
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Subsystem-ManifestVersion: 1
Subsystem-SymbolicName: mergedConfigTest-1.0;visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Type: osgi.subsystem.feature
Subsystem-Content: test.merged.config; version="[1,1.0.100)"
Subsystem-Content: test.merged.config; version="[1,1.1)"
IBM-Feature-Version: 2
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Subsystem-ManifestVersion: 1
IBM-ShortName: contexttest-1.0
Subsystem-SymbolicName: ShortName:contexttest-1.0;visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Content: buffer; version="[1,1.0.100)",
map; version="[1,1.0.100)",
numeration; version="[1,1.0.100)",
threadfactory; version="[1,1.0.100)"
Subsystem-Content: buffer; version="[1,1.1)",
map; version="[1,1.1)",
numeration; version="[1,1.1)",
threadfactory; version="[1,1.1)"
Subsystem-Type: osgi.subsystem.feature
IBM-API-Package: org.osgi.framework; type="internal",
com.ibm.websphere.ras; type="internal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Subsystem-Version: 1.0.0
Subsystem-ManifestVersion: 1.0
Subsystem-SymbolicName: noDescription-1.0;visibility:=public
Subsystem-Content:
com.ibm.ws.crypto.util.custom; version="[1,1.0.100)"; start-phase:="SERVICE_EARLY",
com.ibm.ws.crypto.util.custom; version="[1,1.1)"; start-phase:="SERVICE_EARLY",
noDescription.jar; location:="bin/tools/extensions/ws-customPasswordEncryption/noDescription.jar"; type=file

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Subsystem-Version: 1.0.0
Subsystem-ManifestVersion: 1.0
Subsystem-SymbolicName: valid-1.0;visibility:=public
Subsystem-Content:
com.ibm.ws.crypto.util.custom; version="[1,1.0.100)"; start-phase:="SERVICE_EARLY",
com.ibm.ws.crypto.util.custom; version="[1,1.1)"; start-phase:="SERVICE_EARLY",
valid.jar; location:="bin/tools/extensions/ws-customPasswordEncryption/valid.jar"; type=file
Subsystem-Description: %description

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Subsystem-Version: 1.0.0
Subsystem-ManifestVersion: 1.0
Subsystem-SymbolicName: simpleCustomEncryption-1.0;visibility:=public
Subsystem-Content:
com.ibm.ws.crypto.util.custom; version="[1,1.0.100)"; start-phase:="SERVICE_EARLY",
com.ibm.ws.crypto.util.custom; version="[1,1.1)"; start-phase:="SERVICE_EARLY",
simpleCustomEncryption.jar; location:="bin/tools/extensions/ws-customPasswordEncryption/simpleCustomEncryption.jar"; type=file
Subsystem-Description: %description

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IBM-ShortName: ejbTest-1.0
IBM-Test-Feature: true
Subsystem-SymbolicName: com.ibm.websphere.appserver.ejbTest-1.0; visibility:=public
Subsystem-Version: 1.0.0
Subsystem-Content: com.ibm.ws.ejbcontainer.fat_tools; version="[1,1.0.100)"; type="osgi.subsystem.feature"
Subsystem-Content: com.ibm.ws.ejbcontainer.fat_tools; version="[1,1.1)"; type="osgi.subsystem.feature"
IBM-Feature-Version: 2
IBM-API-Package: com.ibm.websphere.ejbcontainer.test.tools,
com.ibm.websphere.ejbcontainer.test.osgi.pmi
Expand Down
Loading

0 comments on commit 1e1b835

Please sign in to comment.