File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
core/bundles/org.eclipse.wst.sse.core
src/org/eclipse/wst/sse/core/internal
xml/features/org.eclipse.wst.xml_core.feature Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33Automatic-Module-Name : org.eclipse.wst.sse.core
44Bundle-Name : %pluginName
55Bundle-SymbolicName : org.eclipse.wst.sse.core; singleton:=true
6- Bundle-Version : 1.2.1200 .qualifier
6+ Bundle-Version : 1.2.1300 .qualifier
77Bundle-Activator : org.eclipse.wst.sse.core.internal.SSECorePlugin
88Bundle-Vendor : %providerName
99Bundle-Localization : plugin
Original file line number Diff line number Diff line change 2121
2222 <groupId >org.eclipse.webtools.sourceediting</groupId >
2323 <artifactId >org.eclipse.wst.sse.core</artifactId >
24- <version >1.2.1200 -SNAPSHOT</version >
24+ <version >1.2.1300 -SNAPSHOT</version >
2525 <packaging >eclipse-plugin</packaging >
2626
2727 <build >
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2001, 2023 IBM Corporation and others.
2+ * Copyright (c) 2001, 2024 IBM Corporation and others.
33 * All rights reserved. This program and the accompanying materials
44 * are made available under the terms of the Eclipse Public License 2.0
55 * which accompanies this distribution, and is available at
@@ -603,7 +603,10 @@ IContentType detectContentType(IFileBuffer buffer) {
603603 */
604604 }
605605 catch (CoreException e ) {
606- Logger .logException (e );
606+ /*
607+ * Also failure. Resort to finding the content type based
608+ * solely on the file name.
609+ */
607610 }
608611 if (type == null ) {
609612 type = Platform .getContentTypeManager ().findContentTypeFor (fileStore .getName ());
Original file line number Diff line number Diff line change 1414<feature
1515 id =" org.eclipse.wst.xml_core.feature"
1616 label =" %featureName"
17- version =" 3.31 .0.qualifier"
17+ version =" 3.33 .0.qualifier"
1818 provider-name =" %providerName"
1919 license-feature =" org.eclipse.license"
2020 license-feature-version =" 0.0.0" >
Original file line number Diff line number Diff line change 2121
2222 <groupId >org.eclipse.webtools.sourceediting</groupId >
2323 <artifactId >org.eclipse.wst.xml_core.feature</artifactId >
24- <version >3.31 .0-SNAPSHOT</version >
24+ <version >3.33 .0-SNAPSHOT</version >
2525 <packaging >eclipse-feature</packaging >
2626
2727 <build >
You can’t perform that action at this time.
0 commit comments