Skip to content

Commit

Permalink
Removed executable flag on files in o.e.equinox.slf4j.stub
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 Oct 12, 2023
1 parent fb7f423 commit 0d07208
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 0 deletions.
Empty file modified bundles/org.eclipse.equinox.slf4j.stub/.classpath
100755 → 100644
Empty file.
Empty file modified bundles/org.eclipse.equinox.slf4j.stub/.project
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file modified bundles/org.eclipse.equinox.slf4j.stub/META-INF/MANIFEST.MF
100755 → 100644
Empty file.
Empty file modified bundles/org.eclipse.equinox.slf4j.stub/about.html
100755 → 100644
Empty file.
Empty file modified bundles/org.eclipse.equinox.slf4j.stub/build.properties
100755 → 100644
Empty file.

0 comments on commit 0d07208

Please sign in to comment.