diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-05-20 05:44:44 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-05-20 05:44:44 +0900 |
| commit | 135a9f558600ddbd4cd0d07a57ae1f7fb5b8634a (patch) | |
| tree | 591f4e5d233c9b140ac47272b1167f811d6e6c9a /java/test/README | |
| parent | 979ff809827ab25005364dad41d2fd043b8eaa4d (diff) | |
| download | msgpack-python-135a9f558600ddbd4cd0d07a57ae1f7fb5b8634a.tar.gz | |
java: fix direct conversion API
Diffstat (limited to 'java/test/README')
| -rw-r--r-- | java/test/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/README b/java/test/README index 4e16454..9b98d91 100644 --- a/java/test/README +++ b/java/test/README @@ -1,7 +1,7 @@ #!/bin/sh svn checkout -r114 http://thrift-protobuf-compare.googlecode.com/svn/trunk/ thrift-protobuf-compare-base cp -rf thrift-protobuf-compare/tpc thrift-protobuf-compare-base -cp ../dist/msgpack.jar thrift-protobuf-compare-base/tpc/lib/ +cp ../target/msgpack*.jar thrift-protobuf-compare-base/tpc/lib/msgpack.jar cd thrift-protobuf-compare-base/tpc/ ant compile ./run-benchmark.sh |
