Skip to content

Commit

Permalink
Import the org.apache.commons.logging package instead of the bundle
Browse files Browse the repository at this point in the history
- The latest version of the bundle is named
org.apache.commons.common-logging so better to avoid using the bundle
name entirely.

eclipse-simrel/simrel.build#438
  • Loading branch information
merks committed Jul 7, 2024
1 parent c60df3e commit 36a1ee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/org.eclipse.php.composer.api/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Bundle-SymbolicName: org.eclipse.php.composer.api
Bundle-Version: 8.3.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.apache.commons.logging,
org.apache.httpcomponents.httpclient;bundle-version="4.3.6",
Require-Bundle: org.apache.httpcomponents.httpclient;bundle-version="4.3.6",
org.apache.httpcomponents.httpcore;bundle-version="4.3.3",
com.google.gson;bundle-version="2.2.4",
org.eclipse.core.net,
Expand All @@ -19,3 +18,4 @@ Export-Package: org.eclipse.php.composer.api,
org.eclipse.php.composer.api.objects,
org.eclipse.php.composer.api.packages,
org.eclipse.php.composer.api.repositories
Import-Package: org.apache.commons.logging
4 changes: 2 additions & 2 deletions plugins/org.eclipse.php.composer.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.debug.core,
org.eclipse.php.debug.core,
org.eclipse.wst.common.project.facet.core,
org.apache.commons.logging,
org.eclipse.php.composer.api,
org.eclipse.wst.validation,
org.eclipse.e4.core.di.annotations
Expand All @@ -37,6 +36,7 @@ Export-Package:
org.eclipse.php.composer.core.visitor,
org.eclipse.php.composer.internal.core.resources,
org.eclipse.php.composer.internal.core.util
Import-Package: jakarta.inject
Import-Package: jakarta.inject,
org.apache.commons.logging


0 comments on commit 36a1ee4

Please sign in to comment.