diff options
author | David Reiss <dreiss@apache.org> | 2009-02-07 02:36:35 +0000 |
---|---|---|
committer | David Reiss <dreiss@apache.org> | 2009-02-07 02:36:35 +0000 |
commit | 0b7d6fa5ee27dcfe60ed946c99fbc1c664bb4057 (patch) | |
tree | 8a8d7fded45f797c0155f0a16d08371839c3c287 /Makefile.am | |
parent | d20a1d3619efa9edef51364d927bc9a78b37217f (diff) | |
download | thrift-0b7d6fa5ee27dcfe60ed946c99fbc1c664bb4057.tar.gz |
THRIFT-314. Purge reflection.limited
This was a feature designed to allow a Thrift server to report
information about its interface. However, the feature has
significant design problems, and is presence is currently causing
confusion without doing any good. Therefore, it is being removed.
It will always be in source control if and when we are ready to
come back to it.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@741824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ff97538c3..cebfc6f8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I ./aclocal -SUBDIRS = compiler/cpp lib if test +SUBDIRS = compiler/cpp lib test ## Don't run make dist from a subversion working copy ## because it will pull in your .svn directories. EXTRA_DIST = bootstrap.sh cleanup.sh doc test tutorial contrib \ |