File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
resources/tests/org.eclipse.core.tests.resources
bundles/org.eclipse.e4.core.services/META-INF
tests/org.eclipse.core.tests.runtime/META-INF
org.eclipse.compare/META-INF
org.eclipse.core.net/META-INF
org.eclipse.team.core/META-INF
examples/org.eclipse.team.examples.filesystem
tests/org.eclipse.compare.tests/META-INF
ua/org.eclipse.ui.cheatsheets Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Eclipse Core Tests Resources
4
4
Bundle-SymbolicName : org.eclipse.core.tests.resources; singleton:=true
5
- Bundle-Version : 3.11.800 .qualifier
5
+ Bundle-Version : 3.11.900 .qualifier
6
6
Bundle-Vendor : Eclipse.org
7
7
Export-Package : org.eclipse.core.tests.filesystem,
8
8
org.eclipse.core.tests.internal.alias,
Original file line number Diff line number Diff line change 18
18
<version >4.36.0-SNAPSHOT</version >
19
19
</parent >
20
20
<artifactId >org.eclipse.core.tests.resources</artifactId >
21
- <version >3.11.800 -SNAPSHOT</version >
21
+ <version >3.11.900 -SNAPSHOT</version >
22
22
<packaging >eclipse-test-plugin</packaging >
23
23
24
24
<properties >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Bundle-SymbolicName: org.eclipse.e4.core.services;singleton:=true
4
4
Bundle-Name : %pluginName
5
5
Bundle-Vendor : %providerName
6
6
Bundle-Localization : plugin
7
- Bundle-Version : 2.5.100 .qualifier
7
+ Bundle-Version : 2.5.200 .qualifier
8
8
Bundle-ActivationPolicy : lazy
9
9
Bundle-RequiredExecutionEnvironment : JavaSE-17
10
10
Import-Package : jakarta.annotation;version="[2.0.0,3.0.0)",
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Eclipse Core Tests Runtime
4
4
Bundle-SymbolicName : org.eclipse.core.tests.runtime; singleton:=true
5
- Bundle-Version : 3.21.600 .qualifier
5
+ Bundle-Version : 3.21.700 .qualifier
6
6
Bundle-Activator : org.eclipse.core.tests.runtime.RuntimeTestsPlugin
7
7
Bundle-Vendor : Eclipse.org
8
8
Export-Package : org.eclipse.core.tests.internal.preferences,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %pluginName
4
4
Bundle-SymbolicName : org.eclipse.compare; singleton:=true
5
- Bundle-Version : 3.11.300 .qualifier
5
+ Bundle-Version : 3.11.400 .qualifier
6
6
Bundle-Activator : org.eclipse.compare.internal.CompareUIPlugin
7
7
Bundle-Vendor : %providerName
8
8
Bundle-Localization : plugin
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %PLUGIN_NAME
4
4
Bundle-SymbolicName : org.eclipse.core.net;singleton:=true
5
- Bundle-Version : 1.5.600 .qualifier
5
+ Bundle-Version : 1.5.700 .qualifier
6
6
Bundle-Activator : org.eclipse.core.internal.net.Activator
7
7
Bundle-Vendor : %PLUGIN_PROVIDER
8
8
Bundle-Localization : plugin
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %pluginName
4
4
Bundle-SymbolicName : org.eclipse.team.core; singleton:=true
5
- Bundle-Version : 3.10.600 .qualifier
5
+ Bundle-Version : 3.10.700 .qualifier
6
6
Bundle-Activator : org.eclipse.team.internal.core.TeamPlugin
7
7
Bundle-Vendor : %providerName
8
8
Bundle-Localization : plugin
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %pluginName
4
4
Bundle-SymbolicName : org.eclipse.team.examples.filesystem; singleton:=true
5
- Bundle-Version : 3.7.600 .qualifier
5
+ Bundle-Version : 3.7.700 .qualifier
6
6
Bundle-Vendor : %providerName
7
7
Bundle-Localization : plugin
8
8
Export-Package : org.eclipse.team.examples.filesystem,
Original file line number Diff line number Diff line change 18
18
<relativePath >../../</relativePath >
19
19
</parent >
20
20
<artifactId >org.eclipse.team.examples.filesystem</artifactId >
21
- <version >3.7.600 -SNAPSHOT</version >
21
+ <version >3.7.700 -SNAPSHOT</version >
22
22
<packaging >eclipse-plugin</packaging >
23
23
<build >
24
24
<plugins >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %pluginName
4
4
Bundle-SymbolicName : org.eclipse.compare.tests;singleton:=true
5
- Bundle-Version : 3.8.600 .qualifier
5
+ Bundle-Version : 3.8.700 .qualifier
6
6
Require-Bundle : org.eclipse.compare,
7
7
org.eclipse.jface.text,
8
8
org.eclipse.jface,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %PLUGIN_NAME
4
4
Bundle-SymbolicName : org.eclipse.ui.cheatsheets; singleton:=true
5
- Bundle-Version : 3.8.500 .qualifier
5
+ Bundle-Version : 3.8.600 .qualifier
6
6
Bundle-Activator : org.eclipse.ui.internal.cheatsheets.CheatSheetPlugin
7
7
Bundle-Vendor : %PROVIDER_NAME
8
8
Bundle-Localization : plugin
Original file line number Diff line number Diff line change 19
19
</parent >
20
20
<groupId >org.eclipse.platform</groupId >
21
21
<artifactId >org.eclipse.ui.cheatsheets</artifactId >
22
- <version >3.8.500 -SNAPSHOT</version >
22
+ <version >3.8.600 -SNAPSHOT</version >
23
23
<packaging >eclipse-plugin</packaging >
24
24
</project >
You can’t perform that action at this time.
0 commit comments