Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2006-06-21 20:04:22 +0000
committernitind2006-06-21 20:04:22 +0000
commit7d5773522e7c7722c60d6a7efe5a232c5b3269db (patch)
treefa01648a53dcfd39dd7538f85cbe23a54be4691d /development
parent19746436c534cbe0a97d96987138b5521659ce1c (diff)
downloadwebtools.sourceediting-7d5773522e7c7722c60d6a7efe5a232c5b3269db.tar.gz
webtools.sourceediting-7d5773522e7c7722c60d6a7efe5a232c5b3269db.tar.xz
webtools.sourceediting-7d5773522e7c7722c60d6a7efe5a232c5b3269db.zip
add wst.validation as a prereq
Diffstat (limited to 'development')
-rw-r--r--development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF b/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF
index c14ec7b603..8c898bac91 100644
--- a/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF
+++ b/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF
@@ -35,4 +35,5 @@ Require-Bundle: org.junit,
org.eclipse.wst.xsd.validation.tests,
org.eclipse.wst.css.ui.tests,
org.eclipse.wst.sse.ui,
- org.eclipse.wst.xml.ui.tests
+ org.eclipse.wst.xml.ui.tests,
+ org.eclipse.wst.validation

Back to the top