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:
authornitind2010-05-04 17:46:59 +0000
committernitind2010-05-04 17:46:59 +0000
commitf7e9b260d1bd6b1a07d2950939dc943b8016c05a (patch)
treea23654285d6c712cab3c10033fc17d55a1fd631f /bundles/org.eclipse.jst.jsp.core
parent49efae8761288589e5530a070f53a6e6ef1e0781 (diff)
downloadwebtools.sourceediting-f7e9b260d1bd6b1a07d2950939dc943b8016c05a.tar.gz
webtools.sourceediting-f7e9b260d1bd6b1a07d2950939dc943b8016c05a.tar.xz
webtools.sourceediting-f7e9b260d1bd6b1a07d2950939dc943b8016c05a.zip
[308546] Update default facets to correspond with Java EE 6
Diffstat (limited to 'bundles/org.eclipse.jst.jsp.core')
-rw-r--r--bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/JSPCMDocumentFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/JSPCMDocumentFactory.java b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/JSPCMDocumentFactory.java
index fefbbf04ef..3ae1d2e761 100644
--- a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/JSPCMDocumentFactory.java
+++ b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/JSPCMDocumentFactory.java
@@ -25,7 +25,7 @@ public final class JSPCMDocumentFactory {
}
public static CMDocument getCMDocument() {
- return getCMDocument(CMDocType.JSP20_DOC_TYPE);
+ return getCMDocument(CMDocType.JSP21_DOC_TYPE);
}
/**

Back to the top