You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2012/05/17 07:41:10 UTC

svn commit: r1339492 - in /thrift/trunk: ./ compiler/cpp/src/generate/ contrib/fb303/java/ contrib/zeromq/csharp/ lib/cpp/src/thrift/async/ lib/cpp/src/thrift/concurrency/ lib/cpp/src/thrift/qt/ lib/cpp/src/thrift/transport/ lib/cpp/test/ lib/cpp/test/...

Author: jfarrell
Date: Thu May 17 05:41:09 2012
New Revision: 1339492

URL: http://svn.apache.org/viewvc?rev=1339492&view=rev
Log:
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).


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

Propchange: thrift/trunk/.gitignore
            ('svn:executable' removed)

Propchange: thrift/trunk/compiler/cpp/src/generate/t_cpp_generator.cc
            ('svn:executable' removed)

Propchange: thrift/trunk/compiler/cpp/src/generate/t_go_generator.cc
            ('svn:executable' removed)

Propchange: thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc
            ('svn:executable' removed)

Propchange: thrift/trunk/contrib/fb303/java/build.xml
            ('svn:executable' removed)

Propchange: thrift/trunk/contrib/zeromq/csharp/AssemblyInfo.cs
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/src/thrift/async/TEvhttpServer.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/src/thrift/concurrency/Thread.h
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/src/thrift/transport/TSSLSocket.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/src/thrift/transport/TSSLSocket.h
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/src/thrift/transport/TShortReadTransport.h
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/test/AllProtocolTests.tcc
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/test/Benchmark.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/test/processor/EventLog.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/test/processor/EventLog.h
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/test/processor/Handlers.h
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/test/processor/ProcessorTest.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/test/processor/ServerThread.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/cpp/test/processor/ServerThread.h
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/csharp/src/Properties/AssemblyInfo.cs
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/java/test/org/apache/thrift/server/TestNonblockingServer.java
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/java/test/org/apache/thrift/test/TestClient.java
            ('svn:executable' removed)

Propchange: thrift/trunk/lib/js/test/build.xml
            ('svn:executable' removed)

Propchange: thrift/trunk/test/cpp/src/StressTest.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/test/cpp/src/StressTestNonBlocking.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/test/cpp/src/TestClient.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/test/cpp/src/TestServer.cpp
            ('svn:executable' removed)

Propchange: thrift/trunk/test/csharp/ThriftTest/TestServer.cs
            ('svn:executable' removed)