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:
Martin Lippert
2020-09-29 14:00:01 +02:00
parent 8edfab1a16
commit de16884b60
2210 changed files with 160282 additions and 43 deletions

View File

@@ -0,0 +1,23 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Validation
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.validation;singleton:=true
Bundle-Vendor: Pivotal Software Inc.
Bundle-Version: 4.8.1.qualifier
Bundle-Activator: org.springframework.ide.eclipse.boot.validation.BootValidationActivator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.jdt.core,
org.springsource.ide.eclipse.commons.livexp,
org.springframework.ide.eclipse.boot,
org.eclipse.ui.workbench,
org.eclipse.ui.ide,
org.eclipse.jdt.ui,
com.google.guava,
org.springsource.ide.eclipse.commons.core,
org.springframework.ide.eclipse.editor.support,
org.eclipse.jface,
org.springsource.ide.eclipse.commons.frameworks.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.springframework.ide.eclipse.boot.validation.framework