updated dependency on org.json to fix additional issues for e4.33-based builds

This commit is contained in:
Martin Lippert
2024-07-04 08:48:11 +02:00
parent 7f5b683716
commit 49ef5759a1
5 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,6 @@ Export-Package: org.springframework.ide.eclipse.beans.ui.live,
org.springframework.ide.eclipse.beans.ui.live.utils
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.views,
org.json,
org.eclipse.core.resources,
org.eclipse.jface,
org.eclipse.ui.workbench,
@@ -21,7 +20,8 @@ Require-Bundle: org.eclipse.core.runtime,
com.google.guava,
org.springsource.ide.eclipse.commons.livexp,
org.springsource.ide.eclipse.commons.frameworks.core
Import-Package: org.apache.commons.lang3
Import-Package: org.apache.commons.lang3,
org.json
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Spring IDE Developers
Bundle-Activator: org.springframework.ide.eclipse.beans.ui.live.LiveBeansUiPlugin