From 901c668fc8574f1015b90530306f725c0d5b0d8c Mon Sep 17 00:00:00 2001
From: lmandel <lmandel>
Date: Mon, 11 Apr 2005 17:35:47 +0000
Subject: [PATCH] Added WSDL validation tests.

---
 archive/org.eclipse.wtp.releng/maps/wst-ws-tests.map      | 1 +
 .../features/org.eclipse.wst.tests.feature/feature.xml    | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/archive/org.eclipse.wtp.releng/maps/wst-ws-tests.map b/archive/org.eclipse.wtp.releng/maps/wst-ws-tests.map
index 972a9ee3e..9d34cf61f 100644
--- a/archive/org.eclipse.wtp.releng/maps/wst-ws-tests.map
+++ b/archive/org.eclipse.wtp.releng/maps/wst-ws-tests.map
@@ -2,4 +2,5 @@
 
 plugin@org.eclipse.wst.wsdl.tests=v20050407_1130,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/wsdl/tests/org.eclipse.wst.wsdl.tests
 plugin@org.eclipse.wst.wsdl.tests.ui=v20050407_1130,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/wsdl/tests/org.eclipse.wst.wsdl.tests.ui
+plugin@org.eclipse.wst.wsdl.validation.tests=v20050408,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/wsdl/tests/org.eclipse.wst.wsdl.validation.tests
 
diff --git a/assembly/features/org.eclipse.wst.tests.feature/feature.xml b/assembly/features/org.eclipse.wst.tests.feature/feature.xml
index 01f6379b6..b8008927d 100644
--- a/assembly/features/org.eclipse.wst.tests.feature/feature.xml
+++ b/assembly/features/org.eclipse.wst.tests.feature/feature.xml
@@ -36,6 +36,8 @@
       <import plugin="org.eclipse.wst.common.frameworks"/>
       <import plugin="org.eclipse.wst.dtd.core"/>
       <import plugin="org.eclipse.wst.dtd.ui"/>
+      <import plugin="org.eclipse.wst.wsdl.validation"/>
+      <import plugin="org.eclipse.wst.xml.validation"/>
    </requires>
 
    <plugin
@@ -133,6 +135,12 @@
          install-size="0"
          version="1.0.0"/>
          
+   <plugin
+         id="org.eclipse.wst.wsdl.validation.tests"
+         download-size="0"
+         install-size="0"
+         version="1.0.0"/>
+         
    <plugin
          id="org.eclipse.wst.css.core.tests"
          download-size="0"
-- 
GitLab