From 7bad0a0c6184b54b342b3e55143cbdd171607f5a Mon Sep 17 00:00:00 2001 From: Nikolaus <vahrenkamp@kit.edu> Date: Fri, 6 Dec 2013 14:22:04 +0100 Subject: [PATCH] changed file modes --- CMakeLists.txt | 0 etc/doxygen/layout/Footer.html | 0 etc/doxygen/layout/Header.html | 0 etc/doxygen/pages/mainpage.dox | 0 etc/doxygen/pages/slicedocumentation.dox | 0 source/RobotAPI/applications/MotionControlTest/CMakeLists.txt | 0 .../applications/MotionControlTest/MotionControlTestApp.h | 0 source/RobotAPI/core/CMakeLists.txt | 0 source/RobotAPI/motioncontrol/CMakeLists.txt | 0 9 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 CMakeLists.txt mode change 100755 => 100644 etc/doxygen/layout/Footer.html mode change 100755 => 100644 etc/doxygen/layout/Header.html mode change 100755 => 100644 etc/doxygen/pages/mainpage.dox mode change 100755 => 100644 etc/doxygen/pages/slicedocumentation.dox mode change 100755 => 100644 source/RobotAPI/applications/MotionControlTest/CMakeLists.txt mode change 100755 => 100644 source/RobotAPI/applications/MotionControlTest/MotionControlTestApp.h mode change 100755 => 100644 source/RobotAPI/core/CMakeLists.txt mode change 100755 => 100644 source/RobotAPI/motioncontrol/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/etc/doxygen/layout/Footer.html b/etc/doxygen/layout/Footer.html old mode 100755 new mode 100644 diff --git a/etc/doxygen/layout/Header.html b/etc/doxygen/layout/Header.html old mode 100755 new mode 100644 diff --git a/etc/doxygen/pages/mainpage.dox b/etc/doxygen/pages/mainpage.dox old mode 100755 new mode 100644 diff --git a/etc/doxygen/pages/slicedocumentation.dox b/etc/doxygen/pages/slicedocumentation.dox old mode 100755 new mode 100644 diff --git a/source/RobotAPI/applications/MotionControlTest/CMakeLists.txt b/source/RobotAPI/applications/MotionControlTest/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/source/RobotAPI/applications/MotionControlTest/MotionControlTestApp.h b/source/RobotAPI/applications/MotionControlTest/MotionControlTestApp.h old mode 100755 new mode 100644 diff --git a/source/RobotAPI/core/CMakeLists.txt b/source/RobotAPI/core/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/source/RobotAPI/motioncontrol/CMakeLists.txt b/source/RobotAPI/motioncontrol/CMakeLists.txt old mode 100755 new mode 100644 -- GitLab