Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 4ff40c1

Browse files
SAMEER PANDITyaminikb
authored andcommitted
Fixes #21714 (#21743)
Removed non-existent jars from the osgi properties file
1 parent de8af81 commit 4ff40c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main/nucleus/osgi-platforms/felix/src/main/resources/config/osgi.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ glassfish.osgi.auto.install=\
197197
#obr.bundles=${com.sun.aas.installRootURI}modules/org.apache.felix.bundlerepository.jar
198198

199199
hk2.bundles=\
200-
${com.sun.aas.installRootURI}modules/core.jar \
201200
${com.sun.aas.installRootURI}modules/hk2-api.jar \
202201
${com.sun.aas.installRootURI}modules/hk2-utils.jar \
203202
${com.sun.aas.installRootURI}modules/javax.inject.jar \
@@ -213,7 +212,6 @@ hk2.bundles=\
213212

214213
core.bundles=\
215214
${com.sun.aas.installRootURI}modules/endorsed/ \
216-
${obr.bundles} \
217215
${hk2.bundles} \
218216
${com.sun.aas.installRootURI}modules/glassfish.jar
219217

0 commit comments

Comments
 (0)