Author: bryanduxbury
Date: Tue Jun 9 17:50:51 2009
New Revision: 783082
URL: http://svn.apache.org/viewvc?rev=783082&view=rev
Log:
THRIFT-373. Get some missing files into the release tarballs
Applying patch to 0.1.x branch. Original commit message from dreiss:
- Added some stuff to EXTRA_DIST.
- Added some non-compiled sources to a C++ test.
- Made lib/perl/test a SUBDIR of lib/perl.
The last is a revert of r766558, but I moved the "Types.pm" rules in
lib/perl/test/Makefile.am to the check-local target, so it should still
work as expected (per THRIFT-461).
Modified:
incubator/thrift/branches/0.1.x/Makefile.am
incubator/thrift/branches/0.1.x/lib/java/Makefile.am
incubator/thrift/branches/0.1.x/lib/perl/Makefile.am
incubator/thrift/branches/0.1.x/lib/perl/test/Makefile.am
incubator/thrift/branches/0.1.x/lib/rb/Makefile.am
incubator/thrift/branches/0.1.x/test/Makefile.am
Modified: incubator/thrift/branches/0.1.x/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/thrift/branches/0.1.x/Makefile.am?rev=783082&r1=783081&r2=783082&view=diff
==============================================================================
--- incubator/thrift/branches/0.1.x/Makefile.am (original)
+++ incubator/thrift/branches/0.1.x/Makefile.am Tue Jun 9 17:50:51 2009
@@ -25,4 +25,4 @@
find $(distdir) -name '.[a-zA-Z0-9]*' | xargs rm -rf
EXTRA_DIST = bootstrap.sh cleanup.sh print_version.sh doc tutorial contrib \
- CONTRIBUTORS LICENSE
+ CONTRIBUTORS LICENSE CHANGES DISCLAIMER NOTICE
Modified: incubator/thrift/branches/0.1.x/lib/java/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/thrift/branches/0.1.x/lib/java/Makefile.am?rev=783082&r1=783081&r2=783082&view=diff
==============================================================================
--- incubator/thrift/branches/0.1.x/lib/java/Makefile.am (original)
+++ incubator/thrift/branches/0.1.x/lib/java/Makefile.am Tue Jun 9 17:50:51
2009
@@ -17,7 +17,7 @@
# under the License.
#
-EXTRA_DIST = build.xml src test
+EXTRA_DIST = build.xml ivy.xml src test
all-local:
$(ANT)
Modified: incubator/thrift/branches/0.1.x/lib/perl/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/thrift/branches/0.1.x/lib/perl/Makefile.am?rev=783082&r1=783081&r2=783082&view=diff
==============================================================================
--- incubator/thrift/branches/0.1.x/lib/perl/Makefile.am (original)
+++ incubator/thrift/branches/0.1.x/lib/perl/Makefile.am Tue Jun 9 17:50:51
2009
@@ -17,7 +17,7 @@
# under the License.
#
-SUBDIRS =
+SUBDIRS = test
Makefile-perl.mk : Makefile.PL
$(PERL) Makefile.PL MAKEFILE=Makefile-perl.mk INSTALLDIRS=$(INSTALLDIRS)
@@ -27,7 +27,6 @@
find blib -name 'Makefile*' -exec rm -f {} \;
check-local:
- make -C test
$(PERL) -Iblib/lib -...@abs_srcdir@ -...@builddir@/test/gen-perl \
@abs_srcdir@/test.pl @abs_srcdir@/test/*.t
Modified: incubator/thrift/branches/0.1.x/lib/perl/test/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/thrift/branches/0.1.x/lib/perl/test/Makefile.am?rev=783082&r1=783081&r2=783082&view=diff
==============================================================================
--- incubator/thrift/branches/0.1.x/lib/perl/test/Makefile.am (original)
+++ incubator/thrift/branches/0.1.x/lib/perl/test/Makefile.am Tue Jun 9
17:50:51 2009
@@ -20,7 +20,7 @@
THRIFT = @top_builddir@/compiler/cpp/thrift
THRIFT_IF = @top_srcdir@/test/ThriftTest.thrift
-all-local: gen-perl/ThriftTest/Types.pm
+check-local: gen-perl/ThriftTest/Types.pm
gen-perl/ThriftTest/Types.pm: $(THRIFT_IF)
$(THRIFT) --gen perl $(THRIFT_IF)
Modified: incubator/thrift/branches/0.1.x/lib/rb/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/thrift/branches/0.1.x/lib/rb/Makefile.am?rev=783082&r1=783081&r2=783082&view=diff
==============================================================================
--- incubator/thrift/branches/0.1.x/lib/rb/Makefile.am (original)
+++ incubator/thrift/branches/0.1.x/lib/rb/Makefile.am Tue Jun 9 17:50:51 2009
@@ -25,6 +25,7 @@
lib \
ext \
benchmark \
+ script \
spec
all-local:
Modified: incubator/thrift/branches/0.1.x/test/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/thrift/branches/0.1.x/test/Makefile.am?rev=783082&r1=783081&r2=783082&view=diff
==============================================================================
--- incubator/thrift/branches/0.1.x/test/Makefile.am (original)
+++ incubator/thrift/branches/0.1.x/test/Makefile.am Tue Jun 9 17:50:51 2009
@@ -93,7 +93,9 @@
# AllProtocolsTest
#
AllProtocolsTest_SOURCES = \
- AllProtocolTests.cpp
+ AllProtocolTests.cpp \
+ AllProtocolTests.tcc \
+ GenericHelpers.h
AllProtocolsTest_LDADD = libtestgencpp.la