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:
authorcbrealey2005-04-16 04:55:22 +0000
committercbrealey2005-04-16 04:55:22 +0000
commitcc04f8862f79c61eba4cc3ac2b833147c9b960aa (patch)
tree0479fcf6e61be488b6c6b3eda2517c2e5cb67736 /bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/ValidationUtils.java
parent694b33acd0ad9e6404695e8af0ba6a552ea45364 (diff)
downloadwebtools.webservices-cc04f8862f79c61eba4cc3ac2b833147c9b960aa.tar.gz
webtools.webservices-cc04f8862f79c61eba4cc3ac2b833147c9b960aa.tar.xz
webtools.webservices-cc04f8862f79c61eba4cc3ac2b833147c9b960aa.zip
[91481] Refactor package names in org.eclipse.wst.ws.parser
Diffstat (limited to 'bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/ValidationUtils.java')
-rw-r--r--bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/ValidationUtils.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/common/ValidationUtils.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/ValidationUtils.java
index 280b43397..9674d4e23 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/ValidationUtils.java
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/common/ValidationUtils.java
@@ -42,7 +42,7 @@ import org.eclipse.wst.command.env.core.selection.SelectionListChoices;
import org.eclipse.wst.common.componentcore.StructureEdit;
import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;
import org.eclipse.wst.server.core.IRuntime;
-import org.eclipse.wst.ws.parser.wsil.WebServicesParser;
+import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;
/**
*

Back to the top