You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ns...@apache.org on 2016/03/18 15:48:30 UTC

[6/6] thrift git commit: Update make dist entries

Update make dist entries


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/e134cbc6
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/e134cbc6
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/e134cbc6

Branch: refs/heads/master
Commit: e134cbc6ff797c061332ecfae697e807832e1682
Parents: 1d4a439
Author: Nobuaki Sukegawa <ns...@apache.org>
Authored: Fri Mar 18 15:13:36 2016 +0900
Committer: Nobuaki Sukegawa <ns...@apache.org>
Committed: Fri Mar 18 22:37:02 2016 +0900

----------------------------------------------------------------------
 lib/erl/Makefile.am       |  1 +
 lib/hs/Makefile.am        |  4 +++-
 lib/lua/Makefile.am       |  3 +++
 lib/py/Makefile.am        |  1 +
 test/Makefile.am          |  8 +++++---
 tutorial/dart/Makefile.am | 11 +++++++++++
 6 files changed, 24 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/e134cbc6/lib/erl/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/erl/Makefile.am b/lib/erl/Makefile.am
index df11776..2502d31 100644
--- a/lib/erl/Makefile.am
+++ b/lib/erl/Makefile.am
@@ -74,6 +74,7 @@ EXTRA_DIST = \
 	src \
 	coding_standards.md \
 	rebar.config \
+	rebar.test.config \
 	test \
 	README.md
 

http://git-wip-us.apache.org/repos/asf/thrift/blob/e134cbc6/lib/hs/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/hs/Makefile.am b/lib/hs/Makefile.am
index 543381f..90d5e14 100644
--- a/lib/hs/Makefile.am
+++ b/lib/hs/Makefile.am
@@ -19,12 +19,14 @@
 
 EXTRA_DIST = \
 	coding_standards.md \
+	CMakeLists.txt \
 	LICENSE \
 	README.md \
 	Setup.lhs \
 	TODO \
 	Thrift.cabal \
-	src
+	src \
+	test
 
 all-local:
 	$(CABAL) update

http://git-wip-us.apache.org/repos/asf/thrift/blob/e134cbc6/lib/lua/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/lua/Makefile.am b/lib/lua/Makefile.am
index 588fb58..3dfc27c 100644
--- a/lib/lua/Makefile.am
+++ b/lib/lua/Makefile.am
@@ -61,8 +61,11 @@ EXTRA_DIST = \
 		coding_standards.md \
 		TBinaryProtocol.lua \
 		TBufferedTransport.lua \
+		TCompactProtocol.lua \
 		TFramedTransport.lua \
 		Thrift.lua \
+		THttpTransport.lua \
+		TJsonProtocol.lua \
 		TMemoryBuffer.lua \
 		TProtocol.lua \
 		TServer.lua \

http://git-wip-us.apache.org/repos/asf/thrift/blob/e134cbc6/lib/py/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/py/Makefile.am b/lib/py/Makefile.am
index 78bce7c..f324715 100644
--- a/lib/py/Makefile.am
+++ b/lib/py/Makefile.am
@@ -58,4 +58,5 @@ EXTRA_DIST = \
 	setup.py \
 	setup.cfg \
 	src \
+	test \
 	README.md

http://git-wip-us.apache.org/repos/asf/thrift/blob/e134cbc6/test/Makefile.am
----------------------------------------------------------------------
diff --git a/test/Makefile.am b/test/Makefile.am
index 4abb0fd..81bc4a2 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -95,6 +95,7 @@ EXTRA_DIST = \
 	keys \
 	c_glib \
 	cpp \
+	dart \
 	erl \
 	hs \
 	lua \
@@ -113,7 +114,7 @@ EXTRA_DIST = \
 	DenseLinkingTest.thrift \
 	DocTest.thrift \
 	EnumTest.thrift \
-	known_failures_Linux.json \
+	FullCamelTest.thrift \
 	Include.thrift \
 	JavaBeansTest.thrift \
 	JsDeepConstructorTest.thrift \
@@ -125,10 +126,11 @@ EXTRA_DIST = \
 	ReuseObjects.thrift \
 	SmallTest.thrift \
 	StressTest.thrift \
-	test.py \
-	tests.json \
 	ThriftTest.thrift \
 	TypedefTest.thrift \
+	known_failures_Linux.json \
+	test.py \
+	tests.json \
 	result.js \
 	index.html \
 	README.md \

http://git-wip-us.apache.org/repos/asf/thrift/blob/e134cbc6/tutorial/dart/Makefile.am
----------------------------------------------------------------------
diff --git a/tutorial/dart/Makefile.am b/tutorial/dart/Makefile.am
index 306864c..a0032c3 100644
--- a/tutorial/dart/Makefile.am
+++ b/tutorial/dart/Makefile.am
@@ -56,3 +56,14 @@ tutorialclient: pub-get-gen pub-get-client
 
 tutorialconsoleclient: pub-get-console-client
 	${DART} console_client/bin/main.dart
+
+EXTRA_DIST = \
+	client/web/client.dart \
+	client/web/index.html \
+	client/web/styles.css \
+	client/pubspec.yaml \
+	console_client/bin/main.dart \
+	console_client/pubspec.yaml \
+	server/bin/main.dart \
+	server/pubspec.yaml \
+	build.sh