From: Jake Farrell Date: Thu, 17 May 2012 05:41:09 +0000 (+0000) Subject: Thrift-1607:Incorrect file modes for several source files X-Git-Tag: 0.9.1~364 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=970c86a5f2e6612fc7fbf9623655f91040cab81a;p=common%2Fthrift.git 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 --- 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