repo-reorg-2020: moved sts4-relevant spring-ide bundles from https://github.com/spring-projects/spring-ide/releases/tag/REPO-REORG-2020 into sts4 repo
This commit is contained in:
@@ -0,0 +1,89 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Spring Boot Dashboard View
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.dash;singleton:=true
|
||||
Bundle-Version: 4.8.1.qualifier
|
||||
Bundle-Activator: org.springframework.ide.eclipse.boot.dash.BootDashActivator
|
||||
Bundle-Vendor: Pivotal Inc
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
org.springsource.ide.eclipse.commons.ui,
|
||||
org.eclipse.core.resources,
|
||||
org.springsource.ide.eclipse.commons.livexp;bundle-version="3.8.4",
|
||||
org.springframework.ide.eclipse.boot,
|
||||
org.eclipse.core.expressions,
|
||||
org.eclipse.ui.ide,
|
||||
org.eclipse.jdt.ui,
|
||||
org.eclipse.jdt.core,
|
||||
org.springsource.ide.eclipse.commons.frameworks.core,
|
||||
org.eclipse.debug.core,
|
||||
org.springframework.ide.eclipse.boot.launch,
|
||||
org.eclipse.jdt.launching,
|
||||
org.eclipse.jdt.debug.ui,
|
||||
org.eclipse.ui.console,
|
||||
org.eclipse.debug.ui,
|
||||
org.eclipse.ui.forms,
|
||||
org.json,
|
||||
com.google.guava;bundle-version="15.0.0",
|
||||
org.eclipse.equinox.security,
|
||||
org.eclipse.ui.views.properties.tabbed,
|
||||
org.eclipse.ui.editors,
|
||||
org.eclipse.jface.text,
|
||||
org.dadacoalition.yedit,
|
||||
org.eclipse.ui.workbench,
|
||||
org.yaml.snakeyaml,
|
||||
org.eclipse.compare,
|
||||
com.fasterxml.jackson.core.jackson-databind,
|
||||
com.fasterxml.jackson.core.jackson-core,
|
||||
io.projectreactor.reactor-core;bundle-version="[3.3.1,3.3.2)",
|
||||
org.reactivestreams.reactive-streams;bundle-version="1.0.3",
|
||||
org.slf4j.api;bundle-version="1.7.2",
|
||||
org.eclipse.core.net,
|
||||
org.apache.httpcomponents.httpclient,
|
||||
org.apache.httpcomponents.httpcore,
|
||||
org.springsource.ide.eclipse.commons.core,
|
||||
org.apache.commons.lang3,
|
||||
org.springframework.ide.eclipse.editor.support,
|
||||
org.springframework.ide.eclipse.beans.ui.live,
|
||||
org.eclipse.core.commands,
|
||||
org.eclipse.ui.genericeditor,
|
||||
org.eclipse.e4.ui.css.swt.theme,
|
||||
org.eclipse.lsp4e,
|
||||
org.eclipse.lsp4j,
|
||||
com.google.gson,
|
||||
org.eclipse.jdt.debug,
|
||||
org.springsource.ide.eclipse.commons.boot.ls
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
Export-Package: org.springframework.ide.eclipse.boot.dash,
|
||||
org.springframework.ide.eclipse.boot.dash.api,
|
||||
org.springframework.ide.eclipse.boot.dash.cloudfoundry,
|
||||
org.springframework.ide.eclipse.boot.dash.cloudfoundry.deployment,
|
||||
org.springframework.ide.eclipse.boot.dash.console,
|
||||
org.springframework.ide.eclipse.boot.dash.debug,
|
||||
org.springframework.ide.eclipse.boot.dash.devtools,
|
||||
org.springframework.ide.eclipse.boot.dash.di,
|
||||
org.springframework.ide.eclipse.boot.dash.dialogs,
|
||||
org.springframework.ide.eclipse.boot.dash.labels,
|
||||
org.springframework.ide.eclipse.boot.dash.liveprocess,
|
||||
org.springframework.ide.eclipse.boot.dash.livexp,
|
||||
org.springframework.ide.eclipse.boot.dash.metadata,
|
||||
org.springframework.ide.eclipse.boot.dash.model,
|
||||
org.springframework.ide.eclipse.boot.dash.model.actuator,
|
||||
org.springframework.ide.eclipse.boot.dash.model.actuator.env,
|
||||
org.springframework.ide.eclipse.boot.dash.model.local,
|
||||
org.springframework.ide.eclipse.boot.dash.model.remote,
|
||||
org.springframework.ide.eclipse.boot.dash.model.runtargettypes,
|
||||
org.springframework.ide.eclipse.boot.dash.ngrok,
|
||||
org.springframework.ide.eclipse.boot.dash.util,
|
||||
org.springframework.ide.eclipse.boot.dash.util.template,
|
||||
org.springframework.ide.eclipse.boot.dash.views,
|
||||
org.springframework.ide.eclipse.boot.dash.views.properties,
|
||||
org.springframework.ide.eclipse.boot.dash.views.sections
|
||||
Import-Package: org.eclipse.core.runtime,
|
||||
org.eclipse.core.runtime.jobs,
|
||||
org.eclipse.core.runtime.preferences,
|
||||
org.osgi.framework,
|
||||
org.osgi.service.prefs,
|
||||
org.yaml.snakeyaml
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.boot.dash
|
||||
@@ -0,0 +1,14 @@
|
||||
#instructions.configure=\
|
||||
# org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//download.eclipse.org/releases/something2,name:Something2);\
|
||||
# org.eclipse.equinox.p2.touchpoint.eclipse.uninstallBundle(bundle:org.slf4j.api);
|
||||
|
||||
|
||||
#requires.0.namespace = org.eclipse.equinox.p2.iu
|
||||
#requires.0.name = org.slf4j.api
|
||||
#requires.0.range = [1.7.2, 1.7.30)
|
||||
#requires.0.min = 0
|
||||
#requires.0.max = 0
|
||||
|
||||
#units.0.id = org.slf4j.api
|
||||
#units.0.version = 1.7.2
|
||||
#units.0.instructions.install = uninstallBundle(bundle:org.slf4j.api);
|
||||
Reference in New Issue
Block a user