From b7efed2d2cdeafbba702013de8e365a0883fab5d Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Wed, 2 Aug 2017 12:49:24 -0400 Subject: SDNC-52 Source files should not be executable Eliminates execute perms for source files. Change-Id: If01c0bd17928c2aafb29a1889dc4c8bf07fe8a4f Signed-off-by: Ryan Goulding --- sliPluginUtils/.gitignore | 0 sliPluginUtils/.sonar/checkstyle.xml | 0 sliPluginUtils/.sonar/pmd.xml | 0 sliPluginUtils/features/pom.xml | 0 sliPluginUtils/installer/pom.xml | 0 sliPluginUtils/pom.xml | 0 sliPluginUtils/provider/pom.xml | 0 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 sliPluginUtils/.gitignore mode change 100755 => 100644 sliPluginUtils/.sonar/checkstyle.xml mode change 100755 => 100644 sliPluginUtils/.sonar/pmd.xml mode change 100755 => 100644 sliPluginUtils/features/pom.xml mode change 100755 => 100644 sliPluginUtils/installer/pom.xml mode change 100755 => 100644 sliPluginUtils/pom.xml mode change 100755 => 100644 sliPluginUtils/provider/pom.xml (limited to 'sliPluginUtils') diff --git a/sliPluginUtils/.gitignore b/sliPluginUtils/.gitignore old mode 100755 new mode 100644 diff --git a/sliPluginUtils/.sonar/checkstyle.xml b/sliPluginUtils/.sonar/checkstyle.xml old mode 100755 new mode 100644 diff --git a/sliPluginUtils/.sonar/pmd.xml b/sliPluginUtils/.sonar/pmd.xml old mode 100755 new mode 100644 diff --git a/sliPluginUtils/features/pom.xml b/sliPluginUtils/features/pom.xml old mode 100755 new mode 100644 diff --git a/sliPluginUtils/installer/pom.xml b/sliPluginUtils/installer/pom.xml old mode 100755 new mode 100644 diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml old mode 100755 new mode 100644 diff --git a/sliPluginUtils/provider/pom.xml b/sliPluginUtils/provider/pom.xml old mode 100755 new mode 100644 -- cgit 1.2.3-korg