clean up dependencies on apache commons libs and move those dependencies to impoort-package where necessary to be prepared for bundle symbolic name changes coming up
This commit is contained in:
@@ -14,11 +14,6 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.springsource.ide.eclipse.commons.frameworks.core,
|
||||
org.springsource.ide.eclipse.commons.core,
|
||||
org.springframework.ide.eclipse.boot,
|
||||
org.apache.commons.codec,
|
||||
org.apache.commons.compress,
|
||||
org.apache.commons.io,
|
||||
org.apache.commons.logging,
|
||||
org.apache.commons.lang3,
|
||||
org.springsource.ide.eclipse.commons.ui,
|
||||
org.eclipse.m2e.core,
|
||||
org.eclipse.m2e.maven.runtime,
|
||||
@@ -49,6 +44,10 @@ Export-Package: org.springframework.ide.eclipse.boot.wizard,
|
||||
Bundle-Vendor: VMware, Inc.
|
||||
Import-Package: org.eclipse.core.runtime,
|
||||
org.eclipse.core.runtime.jobs,
|
||||
org.apache.commons.compress.archivers.zip,
|
||||
org.apache.commons.io,
|
||||
org.apache.commons.codec.binary,
|
||||
org.apache.commons.lang3,
|
||||
org.eclipse.osgi.util,
|
||||
org.osgi.framework
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.boot.wizard
|
||||
|
||||
Reference in New Issue
Block a user