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:
authorvbhadrir2005-09-30 02:39:27 +0000
committervbhadrir2005-09-30 02:39:27 +0000
commit6a4f1c7822111e1667f4118685a1a0fbce838f3d (patch)
tree85b9da23e16c662b510751b8bd29a0239489f5f6 /plugins/org.eclipse.wst.validation/validate_core/org/eclipse/wst
parente2fbd7815b8dd310059c0778ed0b80e2b4b02e55 (diff)
downloadwebtools.common-6a4f1c7822111e1667f4118685a1a0fbce838f3d.tar.gz
webtools.common-6a4f1c7822111e1667f4118685a1a0fbce838f3d.tar.xz
webtools.common-6a4f1c7822111e1667f4118685a1a0fbce838f3d.zip
removing the changes of exposing the validation buildKind
Diffstat (limited to 'plugins/org.eclipse.wst.validation/validate_core/org/eclipse/wst')
-rw-r--r--plugins/org.eclipse.wst.validation/validate_core/org/eclipse/wst/validation/internal/provisional/core/IValidationContext.java10
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/org.eclipse.wst.validation/validate_core/org/eclipse/wst/validation/internal/provisional/core/IValidationContext.java b/plugins/org.eclipse.wst.validation/validate_core/org/eclipse/wst/validation/internal/provisional/core/IValidationContext.java
index 5187db0f7..135a80fa1 100644
--- a/plugins/org.eclipse.wst.validation/validate_core/org/eclipse/wst/validation/internal/provisional/core/IValidationContext.java
+++ b/plugins/org.eclipse.wst.validation/validate_core/org/eclipse/wst/validation/internal/provisional/core/IValidationContext.java
@@ -80,13 +80,5 @@ public interface IValidationContext {
*/
public String[] getURIs();
-
- /**
- * @return - The int value of the build kind that is being performed currently by the
- * workbench so validators can react accordingly. Validator do have the requirement
- * to know the build kind to perform actions specific to the validator. Default value
- * returned is 0.
- */
-
- public int getBuildKind();
+
} \ No newline at end of file

Back to the top