Thrift-1607:Incorrect file modes for several source files
authorJake Farrell <jfarrell@apache.org>
Thu, 17 May 2012 05:41:09 +0000 (05:41 +0000)
committerJake Farrell <jfarrell@apache.org>
Thu, 17 May 2012 05:41:09 +0000 (05:41 +0000)
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

32 files changed:
.gitignore [changed mode: 0755->0644]
compiler/cpp/src/generate/t_cpp_generator.cc [changed mode: 0755->0644]
compiler/cpp/src/generate/t_go_generator.cc [changed mode: 0755->0644]
compiler/cpp/src/generate/t_java_generator.cc [changed mode: 0755->0644]
contrib/fb303/java/build.xml [changed mode: 0755->0644]
contrib/zeromq/csharp/AssemblyInfo.cs [changed mode: 0755->0644]
lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp [changed mode: 0755->0644]
lib/cpp/src/thrift/async/TEvhttpServer.cpp [changed mode: 0755->0644]
lib/cpp/src/thrift/concurrency/Thread.h [changed mode: 0755->0644]
lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp [changed mode: 0755->0644]
lib/cpp/src/thrift/transport/TSSLSocket.cpp [changed mode: 0755->0644]
lib/cpp/src/thrift/transport/TSSLSocket.h [changed mode: 0755->0644]
lib/cpp/src/thrift/transport/TShortReadTransport.h [changed mode: 0755->0644]
lib/cpp/test/AllProtocolTests.tcc [changed mode: 0755->0644]
lib/cpp/test/Benchmark.cpp [changed mode: 0755->0644]
lib/cpp/test/processor/EventLog.cpp [changed mode: 0755->0644]
lib/cpp/test/processor/EventLog.h [changed mode: 0755->0644]
lib/cpp/test/processor/Handlers.h [changed mode: 0755->0644]
lib/cpp/test/processor/ProcessorTest.cpp [changed mode: 0755->0644]
lib/cpp/test/processor/ServerThread.cpp [changed mode: 0755->0644]
lib/cpp/test/processor/ServerThread.h [changed mode: 0755->0644]
lib/csharp/src/Properties/AssemblyInfo.cs [changed mode: 0755->0644]
lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java [changed mode: 0755->0644]
lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java [changed mode: 0755->0644]
lib/java/test/org/apache/thrift/server/TestNonblockingServer.java [changed mode: 0755->0644]
lib/java/test/org/apache/thrift/test/TestClient.java [changed mode: 0755->0644]
lib/js/test/build.xml [changed mode: 0755->0644]
test/cpp/src/StressTest.cpp [changed mode: 0755->0644]
test/cpp/src/StressTestNonBlocking.cpp [changed mode: 0755->0644]
test/cpp/src/TestClient.cpp [changed mode: 0755->0644]
test/cpp/src/TestServer.cpp [changed mode: 0755->0644]
test/csharp/ThriftTest/TestServer.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)