Skip to content

Commit 745385a

Browse files
committed
Changing the name from "Eclipse UI" to "eclipseui" to avoid space in path names
1 parent 560db2a commit 745385a

File tree

1,220 files changed

+4
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,220 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"/>
6-
<classpathentry kind="src" path="Eclipse UI Editor Support"/>
5+
<classpathentry kind="src" path="eclipseui"/>
6+
<classpathentry kind="src" path="eclipseuieditorsupport"/>
77
<classpathentry kind="output" path="bin"/>
88
</classpath>

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

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

2727
# Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless

0 commit comments

Comments
 (0)