From 7ebe214e74d0fbe076875820cfd1616a5e733d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergi=20Foix=20Salmer=C3=B3n?= <sfoix@iri.upc.edu> Date: Mon, 29 May 2017 12:15:58 +0200 Subject: [PATCH] changing files mode bits to not executable --- src/dynamixel_motor_exceptions.cpp | 0 src/dynamixel_motor_exceptions.h | 0 src/examples/motor_testbench.cpp | 0 src/examples/test_dynamixel_motion_seq.cpp | 0 src/examples/test_dynamixel_motor.cpp | 0 src/xml/CMakeLists.txt | 0 src/xml/dyn_config.xml | 0 src/xml/dyn_group_config.xml | 0 src/xml/dyn_motion_seq_file.xsd | 0 src/xml/dyn_servo_config.xml | 0 src/xml/dynamixel_motor_cfg_file.xsd | 0 src/xml/dynamixel_motor_group_cfg_file.xsd | 0 src/xml/sequence1.xml | 0 13 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/dynamixel_motor_exceptions.cpp mode change 100755 => 100644 src/dynamixel_motor_exceptions.h mode change 100755 => 100644 src/examples/motor_testbench.cpp mode change 100755 => 100644 src/examples/test_dynamixel_motion_seq.cpp mode change 100755 => 100644 src/examples/test_dynamixel_motor.cpp mode change 100755 => 100644 src/xml/CMakeLists.txt mode change 100755 => 100644 src/xml/dyn_config.xml mode change 100755 => 100644 src/xml/dyn_group_config.xml mode change 100755 => 100644 src/xml/dyn_motion_seq_file.xsd mode change 100755 => 100644 src/xml/dyn_servo_config.xml mode change 100755 => 100644 src/xml/dynamixel_motor_cfg_file.xsd mode change 100755 => 100644 src/xml/dynamixel_motor_group_cfg_file.xsd mode change 100755 => 100644 src/xml/sequence1.xml diff --git a/src/dynamixel_motor_exceptions.cpp b/src/dynamixel_motor_exceptions.cpp old mode 100755 new mode 100644 diff --git a/src/dynamixel_motor_exceptions.h b/src/dynamixel_motor_exceptions.h old mode 100755 new mode 100644 diff --git a/src/examples/motor_testbench.cpp b/src/examples/motor_testbench.cpp old mode 100755 new mode 100644 diff --git a/src/examples/test_dynamixel_motion_seq.cpp b/src/examples/test_dynamixel_motion_seq.cpp old mode 100755 new mode 100644 diff --git a/src/examples/test_dynamixel_motor.cpp b/src/examples/test_dynamixel_motor.cpp old mode 100755 new mode 100644 diff --git a/src/xml/CMakeLists.txt b/src/xml/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/src/xml/dyn_config.xml b/src/xml/dyn_config.xml old mode 100755 new mode 100644 diff --git a/src/xml/dyn_group_config.xml b/src/xml/dyn_group_config.xml old mode 100755 new mode 100644 diff --git a/src/xml/dyn_motion_seq_file.xsd b/src/xml/dyn_motion_seq_file.xsd old mode 100755 new mode 100644 diff --git a/src/xml/dyn_servo_config.xml b/src/xml/dyn_servo_config.xml old mode 100755 new mode 100644 diff --git a/src/xml/dynamixel_motor_cfg_file.xsd b/src/xml/dynamixel_motor_cfg_file.xsd old mode 100755 new mode 100644 diff --git a/src/xml/dynamixel_motor_group_cfg_file.xsd b/src/xml/dynamixel_motor_group_cfg_file.xsd old mode 100755 new mode 100644 diff --git a/src/xml/sequence1.xml b/src/xml/sequence1.xml old mode 100755 new mode 100644 -- GitLab