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,25 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.buildship30;singleton:=true
|
||||
Bundle-Version: 4.8.1.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.springsource.ide.eclipse.commons.core,
|
||||
org.eclipse.core.resources,
|
||||
org.springsource.ide.eclipse.commons.frameworks.core,
|
||||
org.springframework.ide.eclipse.boot.wizard,
|
||||
org.eclipse.jface,
|
||||
org.apache.commons.io,
|
||||
org.eclipse.buildship.core;bundle-version="[3.0.0,4.0.0)";resolution:=optional,
|
||||
org.eclipse.ui.workbench,
|
||||
com.google.guava,
|
||||
org.springsource.ide.eclipse.commons.livexp,
|
||||
org.springframework.ide.eclipse.boot;bundle-version="3.9.12"
|
||||
Bundle-ClassPath: gradle-plugin/sts-gradle-model-plugin.jar,
|
||||
.
|
||||
Bundle-Activator: org.springframework.ide.eclipse.buildship30.Buildship30Plugin
|
||||
@@ -0,0 +1,5 @@
|
||||
# Specify gradle bundles as optional non greedy
|
||||
requires.0.namespace=osgi.bundle
|
||||
requires.0.name=org.eclipse.buildship.core
|
||||
requires.0.greedy=false
|
||||
requires.0.optional=true
|
||||
Reference in New Issue
Block a user