Skip to content

Commit

Permalink
upgrade to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Jensen committed Aug 26, 2010
1 parent ae8fb09 commit 22f1027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=0.1.0-thrift-r983680
VERSION=0.1.0-thrift-r988722

rm -rf gen-java

Expand All @@ -10,7 +10,7 @@ thrift --gen java src/main/thrift/scribe.thrift
rm -rf target
mkdir target

javac -classpath lib/libthrift-0.4.0-instant-r983680.jar:lib/slf4j-api-1.5.8.jar -d target `find gen-java -name \*.java -print`
javac -classpath lib/libthrift-0.5.0-instant-r988722.jar:lib/slf4j-api-1.5.8.jar -d target `find gen-java -name \*.java -print`

cd target
jar cvf ../scribe_client-$VERSION.jar *
Expand Down
Binary file not shown.

0 comments on commit 22f1027

Please sign in to comment.