Skip to content

Commit

Permalink
Increment bundle and feature versions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitind committed May 13, 2024
1 parent 87ed37e commit 0daddfc
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 51 deletions.
4 changes: 2 additions & 2 deletions core/bundles/org.eclipse.wst.sse.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.eclipse.wst.sse.core
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.sse.core; singleton:=true
Bundle-Version: 1.2.1300.qualifier
Bundle-Version: 1.2.1400.qualifier
Bundle-Activator: org.eclipse.wst.sse.core.internal.SSECorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down Expand Up @@ -53,6 +53,6 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.13.0,4.0.0)",
org.eclipse.wst.validation;bundle-version="[1.2.700,2.0.0)";resolution:=optional,
org.eclipse.core.filesystem;bundle-version="[1.9.0,2.0.0)",
org.eclipse.core.expressions;bundle-version="[3.6.100,4.0.0)",
com.ibm.icu;bundle-version="73.1.0"
com.ibm.icu;bundle-version="74.2.0"
Bundle-ActivationPolicy: lazy;exclude:="org.eclipse.wst.sse.core.internal.propertytester"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2 changes: 1 addition & 1 deletion core/bundles/org.eclipse.wst.sse.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.sse.core</artifactId>
<version>1.2.1300-SNAPSHOT</version>
<version>1.2.1400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions web/bundles/org.eclipse.jst.jsp.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jst.jsp.core;singleton:=true
Bundle-Version: 1.4.700.qualifier
Bundle-Version: 1.4.800.qualifier
Bundle-Activator: org.eclipse.jst.jsp.core.internal.JSPCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down Expand Up @@ -61,7 +61,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.28.0,4.0.0)",
org.eclipse.wst.html.core;bundle-version="[1.4.0,1.5.0)",
org.eclipse.wst.validation;bundle-version="[1.3.0,2.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.7.0,2.0.0)",
com.ibm.icu;bundle-version="73.1.0",
com.ibm.icu;bundle-version="74.2.0",
org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.300,2.0.0)";resolution:=optional,
org.eclipse.wst.common.modulecore;bundle-version="[1.3.0,2.0.0)";resolution:=optional,
org.eclipse.tips.core;resolution:=optional
Expand Down
2 changes: 1 addition & 1 deletion web/bundles/org.eclipse.jst.jsp.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.jst.jsp.core</artifactId>
<version>1.4.700-SNAPSHOT</version>
<version>1.4.800-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
4 changes: 2 additions & 2 deletions xml/bundles/org.eclipse.wst.xml.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.xml.core; singleton:=true
Bundle-Version: 1.2.800.qualifier
Bundle-Version: 1.2.900.qualifier
Bundle-Activator: org.eclipse.wst.xml.core.internal.XMLCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down Expand Up @@ -325,7 +325,7 @@ Require-Bundle: org.apache.xerces;bundle-version="[2.12.2,3.0.0)";visibility:=re
org.eclipse.emf.ecore.xmi;bundle-version="[2.14.0,3.0.0)";resolution:=optional,
org.eclipse.wst.common.emfworkbench.integration;bundle-version="[1.3.0,2.0.0)";resolution:=optional,
org.eclipse.wst.common.core;bundle-version="[1.2.0,2.0.0)",
com.ibm.icu;bundle-version="73.1.0"
com.ibm.icu;bundle-version="74.2.0"
Bundle-ActivationPolicy: lazy; exclude:="org.eclipse.wst.xml.core.internal.contenttype"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: org.eclipse.wst.xml.core
2 changes: 1 addition & 1 deletion xml/bundles/org.eclipse.wst.xml.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.xml.core</artifactId>
<version>1.2.800-SNAPSHOT</version>
<version>1.2.900-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2001, 2023 IBM Corporation and others.
* Copyright (c) 2001, 2024 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
Expand Down Expand Up @@ -97,7 +97,7 @@ String detectCharset(IFile file) {
return file.getCharset(true);
}
catch (CoreException e) {
Logger.logException(e);
Logger.logException("Problem detecting charset for ".concat(file.getFullPath().toString()), e);
}
}
return ResourcesPlugin.getEncoding();
Expand Down Expand Up @@ -194,7 +194,6 @@ protected boolean isCommentType(String regionType) {
return DOMRegionContext.XML_COMMENT_TEXT.equals(regionType);
}

@SuppressWarnings("unchecked")
public synchronized Map<String, Object>[] scan(IFile file, TaskTag[] taskTags, IProgressMonitor monitor) {
fNewMarkerAttributeMaps = new ArrayList<>();
if (monitor.isCanceled() || !shouldScan(file)) {
Expand All @@ -220,7 +219,6 @@ public synchronized Map<String, Object>[] scan(IFile file, TaskTag[] taskTags, I
* (org.eclipse.core.runtime.IConfigurationElement, java.lang.String,
* java.lang.Object)
*/
@SuppressWarnings("rawtypes")
public void setInitializationData(IConfigurationElement config, String propertyName, Object data) throws CoreException {
if (data != null && data instanceof String) {
runtimeMarkerType = data.toString();
Expand Down
47 changes: 10 additions & 37 deletions xml/features/org.eclipse.wst.xml_core.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.wst.xml_core.feature"
label="%featureName"
version="3.33.0.qualifier"
version="3.34.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand All @@ -33,65 +33,38 @@

<plugin
id="javax.xml"
download-size="190"
install-size="190"
version="1.3.4.qualifier"
unpack="false"/>
version="1.3.4.qualifier"/>

<plugin
id="org.apache.xml.resolver"
download-size="96"
install-size="96"
version="1.2.0.qualifier"
unpack="false"/>
version="1.2.0.qualifier"/>

<plugin
id="org.apache.xml.serializer"
download-size="270"
install-size="270"
version="2.7.1.qualifier"
unpack="false"/>
version="2.7.1.qualifier"/>

<plugin
id="org.apache.xerces"
download-size="1200"
install-size="1200"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.wst.standard.schemas"
download-size="152"
install-size="152"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.wst.xml.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.wst.dtd.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.wst.xsd.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.wst.sse.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

</feature>
2 changes: 1 addition & 1 deletion xml/features/org.eclipse.wst.xml_core.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.xml_core.feature</artifactId>
<version>3.33.0-SNAPSHOT</version>
<version>3.34.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

<build>
Expand Down

0 comments on commit 0daddfc

Please sign in to comment.