Skip to content

Commit 7e35379

Browse files
committed
Changing the name from "Eclipse UI" to "eclipseui" to avoid space in path names
1 parent 9e0cb2a commit 7e35379

13 files changed

+4
-2
lines changed

bundles/org.eclipse.ui.workbench/.classpath

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="Eclipse UI"/>
5+
<classpathentry kind="src" path="eclipseui"/>
6+
<classpathentry kind="src" path="Eclipse UI"/>
67
<classpathentry kind="src" path="Eclipse UI Editor Support"/>
78
<classpathentry kind="output" path="bin"/>
89
</classpath>

bundles/org.eclipse.ui.workbench/build.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ bin.includes = plugin.properties,\
2020
LegacyIDE.e4xmi,\
2121
OSGI-INF/
2222
src.includes = about.html
23-
source.. = Eclipse UI/,\
23+
source.. = eclipseui/,\
24+
Eclipse UI/,\
2425
Eclipse UI Editor Support/
2526
output.. = bin/
2627

0 commit comments

Comments
 (0)