Skip to content

Commit

Permalink
Updated target platform, baseline, and all versions for 3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptziegler committed Sep 14, 2024
1 parent 9d5dbd3 commit 3171f0b
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 25 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.draw2d-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.draw2d"
label="%featureName"
version="3.21.0.qualifier"
version="3.22.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.draw2d.doc.isv/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: %Plugin.name
Bundle-SymbolicName: org.eclipse.draw2d.doc.isv; singleton:=true
Bundle-Version: 3.13.200.qualifier
Bundle-Version: 3.13.300.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Eclipse-LazyStart: true
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.draw2d.doc.isv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.eclipse.draw2d.plugins</groupId>
<artifactId>org.eclipse.draw2d.doc.isv</artifactId>
<version>3.13.200-SNAPSHOT</version>
<version>3.13.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>[bundle] GEF Classic Draw2d Developer Documentation</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.draw2d.examples/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: %Plugin.name
Bundle-SymbolicName: org.eclipse.draw2d.examples
Bundle-Version: 3.16.0.qualifier
Bundle-Version: 3.16.100.qualifier
Export-Package: gef.bugs;x-friends:="org.eclipse.draw2d.tests"
Bundle-Localization: plugin
Require-Bundle: org.eclipse.draw2d;bundle-version="[3.16.0,4.0.0)"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.draw2d.sdk-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.draw2d.sdk"
label="%featureName"
version="3.21.0.qualifier"
version="3.22.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.draw2d"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.draw2d/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: %Plugin.name
Bundle-SymbolicName: org.eclipse.draw2d;singleton:=true
Bundle-Version: 3.17.0.qualifier
Bundle-Version: 3.17.100.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.draw2d,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.gef"
label="%featureName"
version="3.21.0.qualifier"
version="3.22.0.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg"
license-feature="org.eclipse.license"
Expand Down
15 changes: 15 additions & 0 deletions org.eclipse.gef.baseline/gef-classic-3.21.0.target
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="GEF Classic 3.21.0 Base Line Target" sequenceNumber="1">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="2.0.2.v20181016-2210"/>
<repository location="http://download.eclipse.org/cbi/updates/license"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/staging/2024-09"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="0.0.0"/>
</location>
</locations>
</target>
2 changes: 1 addition & 1 deletion org.eclipse.gef.doc.isv/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: %Plugin.name
Bundle-SymbolicName: org.eclipse.gef.doc.isv; singleton:=true
Bundle-Version: 3.13.600.qualifier
Bundle-Version: 3.13.700.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef.doc.isv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.eclipse.gef.plugins</groupId>
<artifactId>org.eclipse.gef.doc.isv</artifactId>
<version>3.13.600-SNAPSHOT</version>
<version>3.13.700-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>[bundle] GEF Classic GEF Developer Documentation</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef.examples-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.gef.examples"
label="%featureName"
version="3.21.0.qualifier"
version="3.22.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.gef.examples.logic"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef.examples.flow/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.gef.examples.flow; singleton:=true
Bundle-Version: 3.16.100.qualifier
Bundle-Version: 3.16.200.qualifier
Bundle-Activator: org.eclipse.gef.examples.flow.FlowPlugin
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef.examples.logic/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: %Plugin.name
Bundle-SymbolicName: org.eclipse.gef.examples.logic; singleton:=true
Bundle-Version: 3.14.500.qualifier
Bundle-Version: 3.14.600.qualifier
Bundle-Activator: org.eclipse.gef.examples.logicdesigner.LogicPlugin
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef.examples.shapes/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: %Plugin.name
Bundle-SymbolicName: org.eclipse.gef.examples.shapes; singleton:=true
Bundle-Version: 3.15.100.qualifier
Bundle-Version: 3.15.200.qualifier
Bundle-Activator: org.eclipse.gef.examples.shapes.ShapesPlugin
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef.examples.text/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: %Plugin.name
Bundle-SymbolicName: org.eclipse.gef.examples.text; singleton:=true
Bundle-Version: 3.15.200.qualifier
Bundle-Version: 3.15.300.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.gef.examples.text,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef.sdk-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.gef.sdk"
label="%featureName"
version="3.21.0.qualifier"
version="3.22.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.gef"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef/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: %Plugin.name
Bundle-SymbolicName: org.eclipse.gef; singleton:=true
Bundle-Version: 3.19.0.qualifier
Bundle-Version: 3.19.100.qualifier
Bundle-Activator: org.eclipse.gef.internal.InternalGEFPlugin
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.zest-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.zest"
label="%featureName"
version="3.21.0.qualifier"
version="3.22.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.zest.core"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.zest.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.zest.core;singleton:=true
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Bundle-Version: 1.13.0.qualifier
Bundle-Version: 1.13.100.qualifier
Require-Bundle: org.eclipse.zest.layouts,
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.draw2d;visibility:=reexport
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.zest.doc.isv/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: %Plugin.name
Bundle-SymbolicName: org.eclipse.zest.doc.isv; singleton:=true
Bundle-Version: 1.8.800.qualifier
Bundle-Version: 1.8.900.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Eclipse-LazyStart: true
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.zest.doc.isv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.eclipse.zest.plugins</groupId>
<artifactId>org.eclipse.zest.doc.isv</artifactId>
<version>1.8.800-SNAPSHOT</version>
<version>1.8.900-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>[bundle] GEF Classic Zest Developer Documentation</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.zest.examples/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: %Plugin.name
Bundle-SymbolicName: org.eclipse.zest.examples
Bundle-Version: 3.18.0.qualifier
Bundle-Version: 3.18.100.qualifier
Export-Package: org.eclipse.zest.examples.jface;x-friends:="org.eclipse.zest.tests",
org.eclipse.zest.examples.swt;x-friends:="org.eclipse.zest.tests",
org.eclipse.zest.examples.uml;x-friends:="org.eclipse.zest.tests"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.zest.layouts/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: %Plugin.name
Bundle-SymbolicName: org.eclipse.zest.layouts;singleton:=true
Bundle-Version: 1.6.0.qualifier
Bundle-Version: 1.6.100.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.zest.layouts,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.zest.sdk-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.zest.sdk"
label="%featureName"
version="3.21.0.qualifier"
version="3.22.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.zest.core"
license-feature="org.eclipse.license"
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<cbi-plugins.version>1.4.3</cbi-plugins.version>
<tycho.scmUrl>scm:git:https://github.com/eclipse/gef-classic.git</tycho.scmUrl>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<comparator.repo>https://download.eclipse.org/tools/gef/classic/release/3.20.0</comparator.repo>
<comparator.repo>https://download.eclipse.org/tools/gef/classic/release/3.21.0</comparator.repo>
<surefire.timeout>300</surefire.timeout>
<asciidoctor-maven-plugin.version>2.2.4</asciidoctor-maven-plugin.version>
<jruby.version>9.4.5.0</jruby.version>
Expand Down Expand Up @@ -210,6 +210,10 @@
<goal>compare-version-with-baselines</goal>
</goals>
<configuration>
<ignoredPatterns>
<pattern>META-INF/ECLIPSE_.RSA</pattern>
<pattern>META-INF/ECLIPSE_.SF</pattern>
</ignoredPatterns>
<baselines>
<baseline>${comparator.repo}</baseline> <!-- Previous release) -->
</baselines>
Expand Down
2 changes: 1 addition & 1 deletion target-platform/GEF_classic.target
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<repository location="http://download.eclipse.org/cbi/updates/license"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/staging/2024-09"/>
<repository location="http://download.eclipse.org/staging/2024-12"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="0.0.0"/>
</location>
Expand Down

0 comments on commit 3171f0b

Please sign in to comment.