[thrift] spruce up Erlang binding for tonight's release
authorChristopher Piro <cpiro@apache.org>
Tue, 18 Sep 2007 06:23:33 +0000 (06:23 +0000)
committerChristopher Piro <cpiro@apache.org>
Tue, 18 Sep 2007 06:23:33 +0000 (06:23 +0000)
commit93a0664affc0805d11c9d69ae9989e96f2700842
treedaa5392f33fe1daf9f129588bdc7d74a659e6221
parent0f6cc29f7237e4d2b1b757848e27ccc3efdbc513
[thrift] spruce up Erlang binding for tonight's release

Summary:
 * got rid of most of the otp_base jonx ... save that for a future release unfortunately
 * cleaned up the tutorial server, added -erl to tutorial.thrift's shebang
 * made better README and TODO

Test Plan: checked out a copy, read my directions, built and ran the tutorial, and pretended that it didn't blow

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665273 13f79535-47bb-0310-9956-ffa450edef68
108 files changed:
lib/erl/COPYING [moved from lib/erl/lib/thrift/COPYING with 100% similarity]
lib/erl/LICENSE [moved from lib/erl/lib/thrift/LICENSE with 100% similarity]
lib/erl/Makefile
lib/erl/README
lib/erl/TODO [moved from lib/erl/lib/thrift/TODO with 58% similarity]
lib/erl/include/oop.hrl [moved from lib/erl/lib/thrift/include/oop.hrl with 92% similarity]
lib/erl/include/protocol/tBinaryProtocol.hrl [moved from lib/erl/lib/thrift/include/protocol/tBinaryProtocol.hrl with 100% similarity]
lib/erl/include/protocol/tBinaryProtocolFactory.hrl [moved from lib/erl/lib/thrift/include/protocol/tBinaryProtocolFactory.hrl with 100% similarity]
lib/erl/include/protocol/tProtocol.hrl [moved from lib/erl/lib/thrift/include/protocol/tProtocol.hrl with 100% similarity]
lib/erl/include/protocol/tProtocolException.hrl [moved from lib/erl/lib/thrift/include/protocol/tProtocolException.hrl with 100% similarity]
lib/erl/include/protocol/tProtocolFactory.hrl [moved from lib/erl/lib/thrift/include/protocol/tProtocolFactory.hrl with 100% similarity]
lib/erl/include/server/tErlServer.hrl [moved from lib/erl/lib/thrift/include/server/tErlServer.hrl with 100% similarity]
lib/erl/include/server/tServer.hrl [moved from lib/erl/lib/thrift/include/server/tServer.hrl with 100% similarity]
lib/erl/include/server/tSimpleServer.hrl [moved from lib/erl/lib/thrift/include/server/tSimpleServer.hrl with 100% similarity]
lib/erl/include/tApplicationException.hrl [moved from lib/erl/lib/thrift/include/tApplicationException.hrl with 100% similarity]
lib/erl/include/tErlProcessor.hrl [moved from lib/erl/lib/thrift/include/tErlProcessor.hrl with 100% similarity]
lib/erl/include/tException.hrl [moved from lib/erl/lib/thrift/include/tException.hrl with 100% similarity]
lib/erl/include/tProcessor.hrl [moved from lib/erl/lib/thrift/include/tProcessor.hrl with 100% similarity]
lib/erl/include/thrift.hrl [moved from lib/erl/lib/thrift/include/thrift.hrl with 100% similarity]
lib/erl/include/thrift_logger.hrl [moved from lib/erl/lib/thrift/include/thrift_logger.hrl with 100% similarity]
lib/erl/include/transport/tBufferedTransport.hrl [moved from lib/erl/lib/thrift/include/transport/tBufferedTransport.hrl with 100% similarity]
lib/erl/include/transport/tBufferedTransportFactory.hrl [moved from lib/erl/lib/thrift/include/transport/tBufferedTransportFactory.hrl with 100% similarity]
lib/erl/include/transport/tErlAcceptor.hrl [moved from lib/erl/lib/thrift/include/transport/tErlAcceptor.hrl with 100% similarity]
lib/erl/include/transport/tServerSocket.hrl [moved from lib/erl/lib/thrift/include/transport/tServerSocket.hrl with 100% similarity]
lib/erl/include/transport/tServerTransport.hrl [moved from lib/erl/lib/thrift/include/transport/tServerTransport.hrl with 100% similarity]
lib/erl/include/transport/tSocket.hrl [moved from lib/erl/lib/thrift/include/transport/tSocket.hrl with 100% similarity]
lib/erl/include/transport/tTransport.hrl [moved from lib/erl/lib/thrift/include/transport/tTransport.hrl with 100% similarity]
lib/erl/include/transport/tTransportException.hrl [moved from lib/erl/lib/thrift/include/transport/tTransportException.hrl with 100% similarity]
lib/erl/include/transport/tTransportFactory.hrl [moved from lib/erl/lib/thrift/include/transport/tTransportFactory.hrl with 100% similarity]
lib/erl/lib/Makefile [deleted file]
lib/erl/lib/thrift/HEADER [deleted file]
lib/erl/lib/thrift/Makefile [deleted file]
lib/erl/lib/thrift/README [deleted file]
lib/erl/lib/thrift/server.sh [deleted file]
lib/erl/lib/thrift/tutorial [deleted symlink]
lib/erl/lib/thrift/user [deleted symlink]
lib/erl/licence.txt [deleted file]
lib/erl/release_DISABLED/Makefile [deleted file]
lib/erl/release_DISABLED/thrift_rel/Makefile [deleted file]
lib/erl/release_DISABLED/thrift_rel/local/thrift_rel.config [deleted file]
lib/erl/release_DISABLED/thrift_rel/local/thrift_rel.sh [deleted file]
lib/erl/release_DISABLED/thrift_rel/local/var/1.0/www/conf/mime.types [deleted file]
lib/erl/release_DISABLED/thrift_rel/local/var/1.0/www/conf/yaws.conf [deleted file]
lib/erl/release_DISABLED/thrift_rel/thrift_rel.config.src [deleted file]
lib/erl/release_DISABLED/thrift_rel/thrift_rel.rel.src [deleted file]
lib/erl/release_DISABLED/thrift_rel/thrift_rel.rel.src.tmp [deleted file]
lib/erl/release_DISABLED/thrift_rel/vsn.mk [deleted file]
lib/erl/release_DISABLED/thrift_rel/yaws.conf.src [deleted file]
lib/erl/src/Makefile [moved from lib/erl/lib/thrift/src/Makefile with 95% similarity]
lib/erl/src/oop.erl [moved from lib/erl/lib/thrift/src/oop.erl with 100% similarity]
lib/erl/src/protocol/tBinaryProtocol.erl [moved from lib/erl/lib/thrift/src/protocol/tBinaryProtocol.erl with 100% similarity]
lib/erl/src/protocol/tBinaryProtocolFactory.erl [moved from lib/erl/lib/thrift/src/protocol/tBinaryProtocolFactory.erl with 100% similarity]
lib/erl/src/protocol/tProtocol.erl [moved from lib/erl/lib/thrift/src/protocol/tProtocol.erl with 100% similarity]
lib/erl/src/protocol/tProtocolException.erl [moved from lib/erl/lib/thrift/src/protocol/tProtocolException.erl with 100% similarity]
lib/erl/src/protocol/tProtocolFactory.erl [moved from lib/erl/lib/thrift/src/protocol/tProtocolFactory.erl with 100% similarity]
lib/erl/src/server/tErlServer.erl [moved from lib/erl/lib/thrift/src/server/tErlServer.erl with 100% similarity]
lib/erl/src/server/tServer.erl [moved from lib/erl/lib/thrift/src/server/tServer.erl with 100% similarity]
lib/erl/src/server/tSimpleServer.erl [moved from lib/erl/lib/thrift/src/server/tSimpleServer.erl with 100% similarity]
lib/erl/src/tApplicationException.erl [moved from lib/erl/lib/thrift/src/tApplicationException.erl with 100% similarity]
lib/erl/src/tErlProcessor.erl [moved from lib/erl/lib/thrift/src/tErlProcessor.erl with 100% similarity]
lib/erl/src/tException.erl [moved from lib/erl/lib/thrift/src/tException.erl with 100% similarity]
lib/erl/src/tProcessor.erl [moved from lib/erl/lib/thrift/src/tProcessor.erl with 100% similarity]
lib/erl/src/thrift.app.src [moved from lib/erl/lib/thrift/src/thrift.app.src with 100% similarity]
lib/erl/src/thrift.appup.src [moved from lib/erl/lib/thrift/src/thrift.appup.src with 100% similarity]
lib/erl/src/thrift.erl [moved from lib/erl/lib/thrift/src/thrift.erl with 100% similarity]
lib/erl/src/thrift_logger.erl [moved from lib/erl/lib/thrift/src/thrift_logger.erl with 100% similarity]
lib/erl/src/thrift_oop_server.erl [moved from lib/erl/lib/thrift/src/thrift_oop_server.erl with 100% similarity]
lib/erl/src/thrift_utils.erl [moved from lib/erl/lib/thrift/src/thrift_utils.erl with 100% similarity]
lib/erl/src/transport/tBufferedTransport.erl [moved from lib/erl/lib/thrift/src/transport/tBufferedTransport.erl with 100% similarity]
lib/erl/src/transport/tBufferedTransportFactory.erl [moved from lib/erl/lib/thrift/src/transport/tBufferedTransportFactory.erl with 100% similarity]
lib/erl/src/transport/tErlAcceptor.erl [moved from lib/erl/lib/thrift/src/transport/tErlAcceptor.erl with 100% similarity]
lib/erl/src/transport/tServerSocket.erl [moved from lib/erl/lib/thrift/src/transport/tServerSocket.erl with 100% similarity]
lib/erl/src/transport/tServerTransport.erl [moved from lib/erl/lib/thrift/src/transport/tServerTransport.erl with 100% similarity]
lib/erl/src/transport/tSocket.erl [moved from lib/erl/lib/thrift/src/transport/tSocket.erl with 100% similarity]
lib/erl/src/transport/tTransport.erl [moved from lib/erl/lib/thrift/src/transport/tTransport.erl with 100% similarity]
lib/erl/src/transport/tTransportException.erl [moved from lib/erl/lib/thrift/src/transport/tTransportException.erl with 100% similarity]
lib/erl/src/transport/tTransportFactory.erl [moved from lib/erl/lib/thrift/src/transport/tTransportFactory.erl with 100% similarity]
lib/erl/tools/.appgen/blank_app/Makefile [deleted file]
lib/erl/tools/.appgen/blank_app/include/blank_app.hrl [deleted file]
lib/erl/tools/.appgen/blank_app/src/Makefile [deleted file]
lib/erl/tools/.appgen/blank_app/src/ba_server.erl [deleted file]
lib/erl/tools/.appgen/blank_app/src/ba_sup.erl [deleted file]
lib/erl/tools/.appgen/blank_app/src/blank_app.app.src [deleted file]
lib/erl/tools/.appgen/blank_app/src/blank_app.appup.src [deleted file]
lib/erl/tools/.appgen/blank_app/src/blank_app.erl [deleted file]
lib/erl/tools/.appgen/blank_app/vsn.mk [deleted file]
lib/erl/tools/.appgen/blank_app_rel/Makefile [deleted file]
lib/erl/tools/.appgen/blank_app_rel/blank_app_rel.config.src [deleted file]
lib/erl/tools/.appgen/blank_app_rel/blank_app_rel.rel.src [deleted file]
lib/erl/tools/.appgen/blank_app_rel/vsn.mk [deleted file]
lib/erl/tools/.appgen/blank_app_rel/yaws.conf.src [deleted file]
lib/erl/tools/.appgen/rename.sh [deleted file]
lib/erl/tools/.appgen/substitute.sh [deleted file]
lib/erl/tools/.appgen/thrift_rel/Makefile [deleted file]
lib/erl/tools/.appgen/thrift_rel/thrift_rel.config.src [deleted file]
lib/erl/tools/.appgen/thrift_rel/thrift_rel.rel.src [deleted file]
lib/erl/tools/.appgen/thrift_rel/vsn.mk [deleted file]
lib/erl/tools/.appgen/thrift_rel/yaws.conf.src [deleted file]
lib/erl/tools/emacs/erlang-start.el [deleted file]
lib/erl/tools/emacs/erlang.el [deleted file]
lib/erl/tools/utilities/appgen [deleted file]
lib/erl/tools/utilities/clean_release [deleted file]
lib/erl/tools/utilities/edoc [deleted file]
lib/erl/vsn.mk [moved from lib/erl/lib/thrift/vsn.mk with 100% similarity]
tutorial/erl/ErlClient.rb [deleted file]
tutorial/erl/server.erl
tutorial/erl/server.sh [new file with mode: 0755]
tutorial/tutorial.thrift