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:
authornitind2007-10-15 21:07:20 +0000
committernitind2007-10-15 21:07:20 +0000
commit65211b86e2412e6f0527c4b571532758ae5b8fc4 (patch)
tree134b254d30bf214c5d89540918d35e47fd68f010 /bundles
parent5d430912193378fa73afecd8e0dc5fe5b39d9e24 (diff)
downloadwebtools.sourceediting-65211b86e2412e6f0527c4b571532758ae5b8fc4.tar.gz
webtools.sourceediting-65211b86e2412e6f0527c4b571532758ae5b8fc4.tar.xz
webtools.sourceediting-65211b86e2412e6f0527c4b571532758ae5b8fc4.zip
[190643] taglib line in jsp (.tag) reported as error (red squiggly line)
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/JSPCoreMessages.java1
-rw-r--r--bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/JSPCorePluginResources.properties1
2 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/JSPCoreMessages.java b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/JSPCoreMessages.java
index 3d74cb709f..25e8824815 100644
--- a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/JSPCoreMessages.java
+++ b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/JSPCoreMessages.java
@@ -27,6 +27,7 @@ public class JSPCoreMessages extends NLS {
public static String JSPDirectiveValidator_4;
public static String JSPDirectiveValidator_5;
public static String JSPDirectiveValidator_6;
+ public static String JSPDirectiveValidator_7;
public static String JSPIndexManager_0;
public static String JSPIndexManager_2;
public static String JSP_Search;
diff --git a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/JSPCorePluginResources.properties b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/JSPCorePluginResources.properties
index 1129ea115e..ac9796566e 100644
--- a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/JSPCorePluginResources.properties
+++ b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/JSPCorePluginResources.properties
@@ -24,4 +24,5 @@ JSPDirectiveValidator_3=A {0} value is required in this directive
JSPDirectiveValidator_4=Fragment {0} was not be found at expected path {1}
JSPDirectiveValidator_5=Missing required attribute "{0}"
JSPDirectiveValidator_6=Undefined attribute name ({0})
+JSPDirectiveValidator_7=A {0} or {1} value is required in this directive
JSPBatchValidator_0=Gathering files in {0}

Back to the top