Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Thienel2013-06-25 17:53:33 +0000
committerFlorian Thienel2013-06-25 17:53:33 +0000
commitbc8bb3f323d95135ad3b43dc0603db9e889d67fd (patch)
tree3606d6daf92d24d62970b2434aac6862e339f472 /org.eclipse.vex.core/META-INF/MANIFEST.MF
parentbeb643f03034d602051ffcb3b7c8218068d5649a (diff)
downloadorg.eclipse.mylyn.docs.vex-bc8bb3f323d95135ad3b43dc0603db9e889d67fd.tar.gz
org.eclipse.mylyn.docs.vex-bc8bb3f323d95135ad3b43dc0603db9e889d67fd.tar.xz
org.eclipse.mylyn.docs.vex-bc8bb3f323d95135ad3b43dc0603db9e889d67fd.zip
added missing dependencies to fix the failing unit tests
Diffstat (limited to 'org.eclipse.vex.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.vex.core/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.vex.core/META-INF/MANIFEST.MF b/org.eclipse.vex.core/META-INF/MANIFEST.MF
index 7d83972a..9b340208 100644
--- a/org.eclipse.vex.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.vex.core/META-INF/MANIFEST.MF
@@ -7,7 +7,9 @@ Bundle-SymbolicName: org.eclipse.vex.core;singleton:=true
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.wst.xml.core;bundle-version="[1.1.0,2.0.0)",
+ org.eclipse.wst.dtd.core;bundle-version="[1.1.0,2.0.0)",
org.eclipse.wst.common.uriresolver;bundle-version="[1.1.0,2.0.0)",
+ org.eclipse.wst.xsd.core;bundle-version="[1.1.0,2.0.0)",
org.w3c.css.sac;bundle-version="[1.3.0,2.0.0)",
org.apache.batik.css;bundle-version="1.7.0",
org.apache.batik.util;bundle-version="1.7.0"

Back to the top