Adapt boot.ls and manifest.ls for refactored boot.dash.cf api
This commit is contained in:
@@ -21,7 +21,8 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
|
||||
org.springframework.ide.eclipse.boot.dash,
|
||||
org.springsource.ide.eclipse.commons.livexp,
|
||||
io.projectreactor.reactor-core,
|
||||
org.reactivestreams.reactive-streams
|
||||
org.reactivestreams.reactive-streams,
|
||||
org.springframework.ide.eclipse.boot.dash.cf;bundle-version="3.9.12"
|
||||
Import-Package: org.eclipse.jface.preference,
|
||||
org.osgi.framework
|
||||
Export-Package: org.springframework.tooling.cloudfoundry.manifest.ls
|
||||
|
||||
@@ -17,13 +17,13 @@ import java.util.Set;
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
|
||||
import org.springframework.ide.eclipse.boot.dash.BootDashActivator;
|
||||
import org.springframework.ide.eclipse.boot.dash.cf.client.ClientRequests;
|
||||
import org.springframework.ide.eclipse.boot.dash.cf.client.v2.DefaultClientRequestsV2;
|
||||
import org.springframework.ide.eclipse.boot.dash.cf.runtarget.CloudFoundryRunTarget;
|
||||
import org.springframework.ide.eclipse.boot.dash.cf.runtarget.CloudFoundryTargetProperties;
|
||||
import org.springframework.ide.eclipse.boot.dash.cloudfoundry.CfTargetsInfo;
|
||||
import org.springframework.ide.eclipse.boot.dash.cloudfoundry.CfTargetsInfo.Target;
|
||||
import org.springframework.ide.eclipse.boot.dash.cloudfoundry.CfTargetsInfo.TargetDiagnosticMessages;
|
||||
import org.springframework.ide.eclipse.boot.dash.cloudfoundry.CloudFoundryRunTarget;
|
||||
import org.springframework.ide.eclipse.boot.dash.cloudfoundry.CloudFoundryTargetProperties;
|
||||
import org.springframework.ide.eclipse.boot.dash.cloudfoundry.client.ClientRequests;
|
||||
import org.springframework.ide.eclipse.boot.dash.cloudfoundry.client.v2.DefaultClientRequestsV2;
|
||||
import org.springframework.ide.eclipse.boot.dash.model.BootDashViewModel;
|
||||
import org.springframework.ide.eclipse.boot.dash.model.RunTarget;
|
||||
import org.springsource.ide.eclipse.commons.livexp.core.ValueListener;
|
||||
|
||||
Reference in New Issue
Block a user