Yaml -> Props conversion

This commit is contained in:
aboyko
2024-03-20 16:31:44 -04:00
parent 8bf29f4b91
commit 3a0ee635f2
8 changed files with 690 additions and 18 deletions

View File

@@ -13,11 +13,9 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jdt.core,
org.springsource.ide.eclipse.commons.livexp,
org.springsource.ide.eclipse.commons.frameworks.core,
org.springsource.ide.eclipse.commons.frameworks.test.util,
org.springframework.ide.eclipse.boot.launch,
org.eclipse.jdt.launching,
org.eclipse.debug.ui,
org.mockito,
org.springframework.ide.eclipse.boot,
org.eclipse.core.expressions,
org.springframework.ide.eclipse.boot.test,
@@ -26,7 +24,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.equinox.security,
org.reactivestreams.reactive-streams;bundle-version="1.0.2",
io.projectreactor.reactor-core;bundle-version="[3.3.1,3.3.2)",
javax.ws.rs;bundle-version="2.0.1",
org.eclipse.osgi,
org.hamcrest.library
Bundle-RequiredExecutionEnvironment: JavaSE-17