From 8fa00d6e327559e8a8cd63b7310addcb6b652da8 Mon Sep 17 00:00:00 2001
From: lmandel <lmandel>
Date: Sun, 17 Apr 2005 23:48:57 +0000
Subject: [PATCH] Added XSD validation tests. Added Cache URI resolver tests.

---
 .../org.eclipse.wst.tests.feature/feature.xml       | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/assembly/features/org.eclipse.wst.tests.feature/feature.xml b/assembly/features/org.eclipse.wst.tests.feature/feature.xml
index fcaeaa0ac..03136ce48 100644
--- a/assembly/features/org.eclipse.wst.tests.feature/feature.xml
+++ b/assembly/features/org.eclipse.wst.tests.feature/feature.xml
@@ -38,6 +38,7 @@
       <import plugin="org.eclipse.wst.wsdl.validation"/>
       <import plugin="org.eclipse.wst.xml.validation"/>
       <import plugin="org.eclipse.wst.xsd.validation"/>
+      <import plugin="org.eclipse.wst.internet.cache"/>
    </requires>
 
    <plugin
@@ -129,6 +130,12 @@
          download-size="0"
          install-size="0"
          version="1.0.0"/>
+         
+   <plugin
+         id="org.eclipse.wst.xsd.validation.tests"
+         download-size="0"
+         install-size="0"
+         version="1.0.0"/>
 
    <plugin
          id="org.eclipse.wst.wsdl.tests"
@@ -189,5 +196,11 @@
          download-size="0"
          install-size="0"
          version="1.0.0"/>
+         
+   <plugin
+         id="org.eclipse.wst.internet.cache.tests"
+         download-size="0"
+         install-size="0"
+         version="1.0.0"/>
 
 </feature>
-- 
GitLab