Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import the org.apache.commons.logging/io package instead of the bundle #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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


4 changes: 2 additions & 2 deletions plugins/org.eclipse.php.composer.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Require-Bundle: org.eclipse.ui.forms,
org.eclipse.php.composer.api,
org.eclipse.e4.core.contexts,
org.eclipse.e4.core.di,
org.apache.commons.io,
org.eclipse.equinox.p2.ui.discovery,
org.eclipse.equinox.p2.discovery,
org.eclipse.php.server.core,
Expand Down Expand Up @@ -61,5 +60,6 @@ Export-Package:
org.eclipse.php.composer.ui.wizard.importer,
org.eclipse.php.composer.ui.wizard.project,
org.eclipse.php.composer.ui.wizard.project.template
Import-Package: jakarta.inject
Import-Package: jakarta.inject,
org.apache.commons.io
Bundle-ClassPath: .
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.phpunit/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.php.debug.daemon,
com.google.gson,
org.eclipse.ui.console,
org.apache.commons.io,
org.apache.commons.lang3
Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: dir
Import-Package: org.apache.commons.io
Bundle-RequiredExecutionEnvironment: JavaSE-17

Loading