Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2021-04-08 00:36:32 +0000
committerNitin Dahyabhai2021-04-08 02:13:17 +0000
commit04e9eff8f0b82ddd0fcd8b7f3b90335951cf4306 (patch)
tree19501abe8119f9c5c56e5e576ecc3ca4a4cb0fb8 /common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF
parentfb7afb65e2dbc50df943b8cd5d19927b483dae97 (diff)
downloadwebtools.dali-04e9eff8f0b82ddd0fcd8b7f3b90335951cf4306.tar.gz
webtools.dali-04e9eff8f0b82ddd0fcd8b7f3b90335951cf4306.tar.xz
webtools.dali-04e9eff8f0b82ddd0fcd8b7f3b90335951cf4306.zip
[572274] Add/update jakarta.xml.bind build-time dependencies
Diffstat (limited to 'common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF')
-rw-r--r--common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF b/common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF
index 225cfa3834..04ab1e74fc 100644
--- a/common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF
+++ b/common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.common.core.tests;singleton:=true
-Bundle-Version: 1.5.1.qualifier
+Bundle-Version: 1.5.2.qualifier
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Localization: plugin
@@ -14,6 +14,7 @@ Require-Bundle: org.eclipse.core.resources,
org.eclipse.jpt.common.core,
org.eclipse.jpt.common.utility,
org.eclipse.jpt.common.utility.tests,
+ org.eclipse.jst.common.project.facet.core,
org.eclipse.wst.common.project.facet.core,
org.eclipse.wst.validation,
org.junit

Back to the top