Skip to content

Commit e0bd9db

Browse files
committed
Eliminate the nested platform.jar from org.eclipse.platform
- I believe this remains like this for historical purposes when there was also a startup.jar in that bundle.
1 parent 536b4a0 commit e0bd9db

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
48
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" output="bin-intro" path="src-intro"/>
9+
<classpathentry kind="src" output="bin" path="src-intro"/>
610
<classpathentry kind="output" path="bin"/>
711
</classpath>

platform/org.eclipse.platform/META-INF/MANIFEST.MF

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.platform; singleton:=true
55
Bundle-Version: 4.38.0.qualifier
6-
Bundle-ClassPath: platform.jar
76
Bundle-Vendor: %providerName
87
Bundle-Localization: plugin
98
Require-Bundle: org.eclipse.ui.intro;bundle-version="[3.2.0,4.0.0)",

platform/org.eclipse.platform/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ bin.includes = about.html,\
3030
plugin.properties,\
3131
splash.png,\
3232
intro/,\
33-
platform.jar,\
3433
META-INF/,\
34+
.,\
3535
narrow_book.css,\
3636
disabled_book.css,\
3737
book.css,\
@@ -50,9 +50,9 @@ bin.includes = about.html,\
5050
org.eclipse.ui.intro.universal.solstice/,\
5151
keys/, \
5252
icons/
53+
source.. = src-intro
54+
output.. = bin
5355
src.includes = about.html
54-
source.platform.jar = src-intro/
55-
output.platform.jar = bin-intro/
5656

5757
# Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless
5858
tycho.pomless.parent = ../../

0 commit comments

Comments
 (0)