Skip to content

Commit

Permalink
Changing the name from "Eclipse UI" to "eclipseui" to avoid space in …
Browse files Browse the repository at this point in the history
…path names
  • Loading branch information
elsazac committed Nov 7, 2024
1 parent 560db2a commit 745385a
Show file tree
Hide file tree
Showing 1,220 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bundles/org.eclipse.ui.workbench/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="Eclipse UI"/>
<classpathentry kind="src" path="Eclipse UI Editor Support"/>
<classpathentry kind="src" path="eclipseui"/>
<classpathentry kind="src" path="eclipseuieditorsupport"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions bundles/org.eclipse.ui.workbench/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ bin.includes = plugin.properties,\
LegacyIDE.e4xmi,\
OSGI-INF/
src.includes = about.html
source.. = Eclipse UI/,\
Eclipse UI Editor Support/
source.. = eclipseui/,\
eclipseuieditorsupport/
output.. = bin/

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

0 comments on commit 745385a

Please sign in to comment.