From 970c86a5f2e6612fc7fbf9623655f91040cab81a Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Thu, 17 May 2012 05:41:09 +0000 Subject: [PATCH] Thrift-1607:Incorrect file modes for several source files Client: build Patch: Andrew Cox File modes of some non-script text files (e.g. .xml, .java, .cc) in the source tree include execute permissions (because these files have the svn:executable property). git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1339492 13f79535-47bb-0310-9956-ffa450edef68 --- .gitignore | 0 compiler/cpp/src/generate/t_cpp_generator.cc | 0 compiler/cpp/src/generate/t_go_generator.cc | 0 compiler/cpp/src/generate/t_java_generator.cc | 0 contrib/fb303/java/build.xml | 0 contrib/zeromq/csharp/AssemblyInfo.cs | 0 lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp | 0 lib/cpp/src/thrift/async/TEvhttpServer.cpp | 0 lib/cpp/src/thrift/concurrency/Thread.h | 0 lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp | 0 lib/cpp/src/thrift/transport/TSSLSocket.cpp | 0 lib/cpp/src/thrift/transport/TSSLSocket.h | 0 lib/cpp/src/thrift/transport/TShortReadTransport.h | 0 lib/cpp/test/AllProtocolTests.tcc | 0 lib/cpp/test/Benchmark.cpp | 0 lib/cpp/test/processor/EventLog.cpp | 0 lib/cpp/test/processor/EventLog.h | 0 lib/cpp/test/processor/Handlers.h | 0 lib/cpp/test/processor/ProcessorTest.cpp | 0 lib/cpp/test/processor/ServerThread.cpp | 0 lib/cpp/test/processor/ServerThread.h | 0 lib/csharp/src/Properties/AssemblyInfo.cs | 0 lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java | 0 .../test/org/apache/thrift/protocol/TestTCompactProtocol.java | 0 lib/java/test/org/apache/thrift/server/TestNonblockingServer.java | 0 lib/java/test/org/apache/thrift/test/TestClient.java | 0 lib/js/test/build.xml | 0 test/cpp/src/StressTest.cpp | 0 test/cpp/src/StressTestNonBlocking.cpp | 0 test/cpp/src/TestClient.cpp | 0 test/cpp/src/TestServer.cpp | 0 test/csharp/ThriftTest/TestServer.cs | 0 32 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 compiler/cpp/src/generate/t_cpp_generator.cc mode change 100755 => 100644 compiler/cpp/src/generate/t_go_generator.cc mode change 100755 => 100644 compiler/cpp/src/generate/t_java_generator.cc mode change 100755 => 100644 contrib/fb303/java/build.xml mode change 100755 => 100644 contrib/zeromq/csharp/AssemblyInfo.cs mode change 100755 => 100644 lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp mode change 100755 => 100644 lib/cpp/src/thrift/async/TEvhttpServer.cpp mode change 100755 => 100644 lib/cpp/src/thrift/concurrency/Thread.h mode change 100755 => 100644 lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp mode change 100755 => 100644 lib/cpp/src/thrift/transport/TSSLSocket.cpp mode change 100755 => 100644 lib/cpp/src/thrift/transport/TSSLSocket.h mode change 100755 => 100644 lib/cpp/src/thrift/transport/TShortReadTransport.h mode change 100755 => 100644 lib/cpp/test/AllProtocolTests.tcc mode change 100755 => 100644 lib/cpp/test/Benchmark.cpp mode change 100755 => 100644 lib/cpp/test/processor/EventLog.cpp mode change 100755 => 100644 lib/cpp/test/processor/EventLog.h mode change 100755 => 100644 lib/cpp/test/processor/Handlers.h mode change 100755 => 100644 lib/cpp/test/processor/ProcessorTest.cpp mode change 100755 => 100644 lib/cpp/test/processor/ServerThread.cpp mode change 100755 => 100644 lib/cpp/test/processor/ServerThread.h mode change 100755 => 100644 lib/csharp/src/Properties/AssemblyInfo.cs mode change 100755 => 100644 lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java mode change 100755 => 100644 lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java mode change 100755 => 100644 lib/java/test/org/apache/thrift/server/TestNonblockingServer.java mode change 100755 => 100644 lib/java/test/org/apache/thrift/test/TestClient.java mode change 100755 => 100644 lib/js/test/build.xml mode change 100755 => 100644 test/cpp/src/StressTest.cpp mode change 100755 => 100644 test/cpp/src/StressTestNonBlocking.cpp mode change 100755 => 100644 test/cpp/src/TestClient.cpp mode change 100755 => 100644 test/cpp/src/TestServer.cpp mode change 100755 => 100644 test/csharp/ThriftTest/TestServer.cs diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/compiler/cpp/src/generate/t_cpp_generator.cc b/compiler/cpp/src/generate/t_cpp_generator.cc old mode 100755 new mode 100644 diff --git a/compiler/cpp/src/generate/t_go_generator.cc b/compiler/cpp/src/generate/t_go_generator.cc old mode 100755 new mode 100644 diff --git a/compiler/cpp/src/generate/t_java_generator.cc b/compiler/cpp/src/generate/t_java_generator.cc old mode 100755 new mode 100644 diff --git a/contrib/fb303/java/build.xml b/contrib/fb303/java/build.xml old mode 100755 new mode 100644 diff --git a/contrib/zeromq/csharp/AssemblyInfo.cs b/contrib/zeromq/csharp/AssemblyInfo.cs old mode 100755 new mode 100644 diff --git a/lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp b/lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp old mode 100755 new mode 100644 diff --git a/lib/cpp/src/thrift/async/TEvhttpServer.cpp b/lib/cpp/src/thrift/async/TEvhttpServer.cpp old mode 100755 new mode 100644 diff --git a/lib/cpp/src/thrift/concurrency/Thread.h b/lib/cpp/src/thrift/concurrency/Thread.h old mode 100755 new mode 100644 diff --git a/lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp b/lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp old mode 100755 new mode 100644 diff --git a/lib/cpp/src/thrift/transport/TSSLSocket.cpp b/lib/cpp/src/thrift/transport/TSSLSocket.cpp old mode 100755 new mode 100644 diff --git a/lib/cpp/src/thrift/transport/TSSLSocket.h b/lib/cpp/src/thrift/transport/TSSLSocket.h old mode 100755 new mode 100644 diff --git a/lib/cpp/src/thrift/transport/TShortReadTransport.h b/lib/cpp/src/thrift/transport/TShortReadTransport.h old mode 100755 new mode 100644 diff --git a/lib/cpp/test/AllProtocolTests.tcc b/lib/cpp/test/AllProtocolTests.tcc old mode 100755 new mode 100644 diff --git a/lib/cpp/test/Benchmark.cpp b/lib/cpp/test/Benchmark.cpp old mode 100755 new mode 100644 diff --git a/lib/cpp/test/processor/EventLog.cpp b/lib/cpp/test/processor/EventLog.cpp old mode 100755 new mode 100644 diff --git a/lib/cpp/test/processor/EventLog.h b/lib/cpp/test/processor/EventLog.h old mode 100755 new mode 100644 diff --git a/lib/cpp/test/processor/Handlers.h b/lib/cpp/test/processor/Handlers.h old mode 100755 new mode 100644 diff --git a/lib/cpp/test/processor/ProcessorTest.cpp b/lib/cpp/test/processor/ProcessorTest.cpp old mode 100755 new mode 100644 diff --git a/lib/cpp/test/processor/ServerThread.cpp b/lib/cpp/test/processor/ServerThread.cpp old mode 100755 new mode 100644 diff --git a/lib/cpp/test/processor/ServerThread.h b/lib/cpp/test/processor/ServerThread.h old mode 100755 new mode 100644 diff --git a/lib/csharp/src/Properties/AssemblyInfo.cs b/lib/csharp/src/Properties/AssemblyInfo.cs old mode 100755 new mode 100644 diff --git a/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java b/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java old mode 100755 new mode 100644 diff --git a/lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java b/lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java old mode 100755 new mode 100644 diff --git a/lib/java/test/org/apache/thrift/server/TestNonblockingServer.java b/lib/java/test/org/apache/thrift/server/TestNonblockingServer.java old mode 100755 new mode 100644 diff --git a/lib/java/test/org/apache/thrift/test/TestClient.java b/lib/java/test/org/apache/thrift/test/TestClient.java old mode 100755 new mode 100644 diff --git a/lib/js/test/build.xml b/lib/js/test/build.xml old mode 100755 new mode 100644 diff --git a/test/cpp/src/StressTest.cpp b/test/cpp/src/StressTest.cpp old mode 100755 new mode 100644 diff --git a/test/cpp/src/StressTestNonBlocking.cpp b/test/cpp/src/StressTestNonBlocking.cpp old mode 100755 new mode 100644 diff --git a/test/cpp/src/TestClient.cpp b/test/cpp/src/TestClient.cpp old mode 100755 new mode 100644 diff --git a/test/cpp/src/TestServer.cpp b/test/cpp/src/TestServer.cpp old mode 100755 new mode 100644 diff --git a/test/csharp/ThriftTest/TestServer.cs b/test/csharp/ThriftTest/TestServer.cs old mode 100755 new mode 100644 -- 2.17.1