Skip to content

Commit

Permalink
Up to 4.2.0
Browse files Browse the repository at this point in the history
Change-Id: I167b352ea44b5c45e475ad7c8ab356cc9ffe1a62
Signed-off-by: Aparna Argade <aprsac@yahoo.com>
  • Loading branch information
aparnaargade committed Jul 26, 2023
1 parent 569c6fe commit 0c4628a
Show file tree
Hide file tree
Showing 113 changed files with 118 additions and 118 deletions.
6 changes: 3 additions & 3 deletions devtools/oomph/SWTBot.setup
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,9 @@
<setupTask
xsi:type="pde:APIBaselineTask"
name="swtbot-latest"
version="4.0.0"
location="${installation.location}/api/v4.0/"
remoteURI="http://download.eclipse.org/technology/swtbot/releases/4.0.0/repository.zip"/>
version="4.1.0"
location="${installation.location}/api/v4.1/"
remoteURI="http://download.eclipse.org/technology/swtbot/releases/4.1.0/repository.zip"/>
<setupTask
xsi:type="projects:ProjectsImportTask">
<sourceLocator
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swt.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: SWTBot SWT Example Plug-in
Bundle-SymbolicName: org.eclipse.swt.examples;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Export-Package: org.eclipse.jface.snippets.viewers,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swt.examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.ant.junit/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: SWTBot Headless Ant support for JUnit Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.ant.junit
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Fragment-Host: org.apache.ant
Require-Bundle: org.junit
Bundle-Vendor: Eclipse.org - SWTBot
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.ant.junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
6 changes: 3 additions & 3 deletions org.eclipse.swtbot.e4.finder.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SWTBot Eclipse E4 Control Finder Tests Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.e4.finder.test;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.swtbot.e4.finder.test.Activator
Require-Bundle: javax.inject,
org.eclipse.core.runtime,
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.equinox.event,
org.eclipse.swt,
org.eclipse.e4.ui.model.workbench,
Expand All @@ -22,6 +21,7 @@ Require-Bundle: javax.inject,
org.eclipse.swtbot.e4.finder
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: javax.annotation;version="1.0.0",
javax.inject,
org.osgi.framework;version="1.3.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse.org - SWTBot
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.e4.finder.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.e4.finder/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: SWTBot Eclipse E4 Control Finder Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.e4.finder
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.swtbot.e4.finder.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: javax.inject;version="1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.e4.finder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.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: SWTBot Test Launcher Application Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.core;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Vendor: Eclipse.org - SWTBot
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.core.runtime;version="3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.dsl/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: SWTBot DSL for Eclipse IDE Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.dsl
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.swtbot.eclipse.dsl.Activator
Bundle-Vendor: Eclipse.org - SWTBot
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
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: SWTBot Eclipse Control Finder Tests Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.finder.test;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Require-Bundle: org.eclipse.jface.text,
org.eclipse.core.resources,
org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.finder.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.finder/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: SWTBot Eclipse Control Finder Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.finder;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse.org - SWTBot
Export-Package: org.eclipse.swtbot.eclipse.finder,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.finder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.gef.finder/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: SWTBot Graphical Editing Framework Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.gef.finder;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.swtbot.eclipse.gef.finder,
org.eclipse.swtbot.eclipse.gef.finder.finders,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.gef.finder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.gef/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.swtbot.eclipse.gef"
label="SWTBot for GEF Testing"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="Eclipse.org - SWTBot"
plugin="org.eclipse.swtbot.eclipse.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.gef/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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: SWTBot Headless JUnit4 Launch Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.junit.headless;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Vendor: Eclipse.org - SWTBot
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.junit.headless/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
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: SWTBot Headless JUnit5 Launch Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.junit5.headless;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Automatic-Module-Name: org.eclipse.swtbot.eclipse.junit5.headless
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse.org - SWTBot
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.junit5.headless/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.spy/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: SWTBot Eclipse Spy Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.spy;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.swtbot.eclipse.spy.Activator
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.spy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.test.junit/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.swtbot.eclipse.test.junit"
label="SWTBot JUnit Headless launchers for Eclipse"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="Eclipse.org - SWTBot"
plugin="org.eclipse.swtbot.eclipse.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.test.junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.ui.test/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: SWTBot Eclipse UI Tests Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.ui.test
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Vendor: Eclipse.org - SWTBot
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Fragment-Host: org.eclipse.swtbot.eclipse.ui
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.ui.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.ui/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: SWTBot Eclipse UI Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.ui;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.swtbot.eclipse.ui.Activator
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse.org - SWTBot
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.swtbot.eclipse"
label="SWTBot for Eclipse Testing"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="Eclipse.org - SWTBot"
plugin="org.eclipse.swtbot.eclipse.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.forms.finder.test/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: SWTBot Forms Tests Plug-in
Bundle-SymbolicName: org.eclipse.swtbot.forms.finder.test;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.swt,
org.eclipse.jface,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.forms.finder.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.forms.finder/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.swtbot.forms.finder
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.swtbot.swt.finder,
org.hamcrest.core;bundle-version="1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.forms.finder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.forms/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.swtbot.forms"
label="SWTBot for Eclipse Forms Testing"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
provider-name="Eclipse.org - SWTBot"
plugin="org.eclipse.swtbot.eclipse.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.swtbot.generator.client/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: SWTBot Generator Client
Bundle-SymbolicName: org.eclipse.swtbot.generator.client;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Vendor: Eclipse.org - SWTBot
Bundle-Activator: org.eclipse.swtbot.generator.client.SWTBotRecorderClientPlugin
Require-Bundle: org.eclipse.core.runtime,
Expand Down
Loading

0 comments on commit 0c4628a

Please sign in to comment.