Skip to content

Commit

Permalink
Removed executable flag on files in o.e.equinox.console
Browse files Browse the repository at this point in the history
This was achieved by running:
find . -type f -executable -print0 | \
  xargs -r0 chmod 644

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@st.com>
  • Loading branch information
Torbjorn-Svensson authored and akurtakov committed Nov 6, 2023
1 parent 885b5d1 commit 9af1516
Show file tree
Hide file tree
Showing 48 changed files with 0 additions and 0 deletions.
Empty file modified bundles/org.eclipse.equinox.console/.classpath
100755 → 100644
Empty file.
Empty file modified bundles/org.eclipse.equinox.console/.project
100755 → 100644
Empty file.
Empty file.
Empty file modified bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
100755 → 100644
Empty file.
Empty file modified bundles/org.eclipse.equinox.console/about.html
100755 → 100644
Empty file.
Empty file modified bundles/org.eclipse.equinox.console/build.properties
100755 → 100644
Empty file.
Empty file modified bundles/org.eclipse.equinox.console/plugin.properties
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 9af1516

Please sign in to comment.