Upgrading dependency to Thrift 0.12.0
This commit is contained in:
parent
3e4590dcc0
commit
356978cb42
1302 changed files with 101701 additions and 26784 deletions
3
vendor/git.apache.org/thrift.git/test/dart/Makefile.am
generated
vendored
3
vendor/git.apache.org/thrift.git/test/dart/Makefile.am
generated
vendored
|
@ -17,8 +17,6 @@
|
|||
# under the License.
|
||||
#
|
||||
|
||||
THRIFT = $(top_builddir)/compiler/cpp/thrift
|
||||
|
||||
gen-dart/thrift_test/lib/thrift_test.dart: ../ThriftTest.thrift
|
||||
$(THRIFT) --gen dart ../ThriftTest.thrift
|
||||
|
||||
|
@ -38,6 +36,7 @@ clean-local:
|
|||
$(RM) -r gen-dart test_client/.pub
|
||||
find . -type d -name "packages" | xargs $(RM) -r
|
||||
find . -type f -name ".packages" | xargs $(RM)
|
||||
find . -type f -name "pubspec.lock" | xargs $(RM)
|
||||
|
||||
client: stubs
|
||||
${DART} test_client/bin/main.dart
|
||||
|
|
2
vendor/git.apache.org/thrift.git/test/dart/test_client/pubspec.yaml
generated
vendored
2
vendor/git.apache.org/thrift.git/test/dart/test_client/pubspec.yaml
generated
vendored
|
@ -16,7 +16,7 @@
|
|||
# under the License.
|
||||
|
||||
name: thrift_test_client
|
||||
version: 0.10.0
|
||||
version: 1.0.0-dev
|
||||
description: A client integration test for the Dart Thrift library
|
||||
author: Apache Thrift Developers <dev@thrift.apache.org>
|
||||
homepage: http://thrift.apache.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue