Author: dreiss
Date: Wed Mar 18 23:59:56 2009
New Revision: 755791

URL: http://svn.apache.org/viewvc?rev=755791&view=rev
Log:
THRIFT-373. Update lists of files to include in release tarballs

This is mostly EXTRA_DIST, but also includes some headers.
I had to drill down into test because "make dist" builds some
of the test code.  .gitignore is not included in the tarballs.

Modified:
    incubator/thrift/trunk/Makefile.am
    incubator/thrift/trunk/lib/cpp/Makefile.am
    incubator/thrift/trunk/lib/java/Makefile.am
    incubator/thrift/trunk/lib/perl/Makefile.am
    incubator/thrift/trunk/lib/rb/Makefile.am
    incubator/thrift/trunk/test/Makefile.am

Modified: incubator/thrift/trunk/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/Makefile.am?rev=755791&r1=755790&r2=755791&view=diff
==============================================================================
--- incubator/thrift/trunk/Makefile.am (original)
+++ incubator/thrift/trunk/Makefile.am Wed Mar 18 23:59:56 2009
@@ -3,5 +3,5 @@
 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 \
-             thrift.el thrift.vim thrift.bnf CONTRIBUTORS LICENSE
+EXTRA_DIST = bootstrap.sh cleanup.sh print_version.sh doc tutorial contrib \
+             CONTRIBUTORS LICENSE

Modified: incubator/thrift/trunk/lib/cpp/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/cpp/Makefile.am?rev=755791&r1=755790&r2=755791&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/cpp/Makefile.am (original)
+++ incubator/thrift/trunk/lib/cpp/Makefile.am Wed Mar 18 23:59:56 2009
@@ -75,6 +75,7 @@
                          src/concurrency/Thread.h \
                          src/concurrency/ThreadManager.h \
                          src/concurrency/TimerManager.h \
+                         src/concurrency/FunctionRunner.h \
                          src/concurrency/Util.h
 
 include_protocoldir = $(include_thriftdir)/protocol
@@ -102,6 +103,7 @@
                          src/transport/TTransportException.h \
                          src/transport/TTransportUtils.h \
                          src/transport/TBufferTransports.h \
+                         src/transport/TShortReadTransport.h \
                          src/transport/TZlibTransport.h
 
 include_serverdir = $(include_thriftdir)/server

Modified: incubator/thrift/trunk/lib/java/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/Makefile.am?rev=755791&r1=755790&r2=755791&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/java/Makefile.am (original)
+++ incubator/thrift/trunk/lib/java/Makefile.am Wed Mar 18 23:59:56 2009
@@ -1,4 +1,4 @@
-EXTRA_DIST = build.xml src LICENSE
+EXTRA_DIST = build.xml src test LICENSE
 
 all-local:
        $(ANT)

Modified: incubator/thrift/trunk/lib/perl/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/perl/Makefile.am?rev=755791&r1=755790&r2=755791&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/perl/Makefile.am (original)
+++ incubator/thrift/trunk/lib/perl/Makefile.am Wed Mar 18 23:59:56 2009
@@ -20,7 +20,8 @@
        fi
        rm -f Makefile-perl.mk.old
 
-EXTRA_DIST = MANIFEST \
+EXTRA_DIST = \
+       LICENSE \
        Makefile.PL \
        test.pl \
        lib/Thrift.pm \

Modified: incubator/thrift/trunk/lib/rb/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/Makefile.am?rev=755791&r1=755790&r2=755791&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/Makefile.am (original)
+++ incubator/thrift/trunk/lib/rb/Makefile.am Wed Mar 18 23:59:56 2009
@@ -1,4 +1,13 @@
-EXTRA_DIST = setup.rb lib ext
+EXTRA_DIST = \
+       CHANGELOG \
+       LICENSE \
+       Rakefile \
+       Manifest \
+       setup.rb \
+       lib \
+       ext \
+       benchmark \
+       spec
 
 all-local:
        $(RUBY) setup.rb config

Modified: incubator/thrift/trunk/test/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/test/Makefile.am?rev=755791&r1=755790&r2=755791&view=diff
==============================================================================
--- incubator/thrift/trunk/test/Makefile.am (original)
+++ incubator/thrift/trunk/test/Makefile.am Wed Mar 18 23:59:56 2009
@@ -118,3 +118,30 @@
 
 clean-local:
        $(RM) -r gen-cpp
+
+EXTRA_DIST = \
+       cpp \
+       threads \
+       csharp \
+       py \
+       rb \
+       perl \
+       php \
+       erl \
+       hs \
+       ocaml \
+       AnnotationTest.thrift \
+       BrokenConstants.thrift \
+       ConstantsDemo.thrift \
+       DebugProtoTest.thrift \
+       DenseLinkingTest.thrift \
+       DocTest.thrift \
+       JavaBeansTest.thrift \
+       ManyTypedefs.thrift \
+       OptionalRequiredTest.thrift \
+       SmallTest.thrift \
+       StressTest.thrift \
+       ThriftTest.thrift \
+       ZlibTest.cpp \
+       DenseProtoTest.cpp \
+       FastbinaryTest.py


Reply via email to