Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmandel2005-11-07 07:29:37 +0000
committerlmandel2005-11-07 07:29:37 +0000
commitd702c81d0ff6daf1bd3ccfb9760a83331106008e (patch)
treed09e5ca6da53b201ca75ca3b1cc8e9d1210cfd00 /bundles/org.eclipse.jst.ws.consumption.ui
parent451e5d5e7454e9c4befcd395dace52aae74d46cc (diff)
downloadwebtools.webservices-d702c81d0ff6daf1bd3ccfb9760a83331106008e.tar.gz
webtools.webservices-d702c81d0ff6daf1bd3ccfb9760a83331106008e.tar.xz
webtools.webservices-d702c81d0ff6daf1bd3ccfb9760a83331106008e.zip
[99731] Separated WSDL validation core and ui.
Diffstat (limited to 'bundles/org.eclipse.jst.ws.consumption.ui')
-rw-r--r--bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/object/ValidateWSDLJob.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/object/ValidateWSDLJob.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/object/ValidateWSDLJob.java
index 0cbc79e8a..e27ee08da 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/object/ValidateWSDLJob.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/object/ValidateWSDLJob.java
@@ -17,7 +17,7 @@ import org.eclipse.core.runtime.Status;
import org.eclipse.core.runtime.jobs.Job;
import org.eclipse.wst.wsdl.validation.internal.IValidationMessage;
import org.eclipse.wst.wsdl.validation.internal.IValidationReport;
-import org.eclipse.wst.wsdl.validation.internal.ui.eclipse.WSDLValidator;
+import org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLValidator;

Back to the top