Skip to content

Commit

Permalink
Merge remote branch 'origin/master' into upgrade_thrift
Browse files Browse the repository at this point in the history
Conflicts:
	build.sh
  • Loading branch information
Eric ej committed Sep 28, 2010
2 parents 622e1d3 + 979ef75 commit b15df44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=0.1.0-thrift-r995939
VERSION=0.1.1-thrift-0.5.0-rc0

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.5.0-instant-r995939.jar:lib/slf4j-api-1.5.8.jar -d target `find gen-java -name \*.java -print`
javac -classpath lib/libthrift-0.5.0-rc0.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 added lib/libthrift-0.4.0.jar
Binary file not shown.

0 comments on commit b15df44

Please sign in to comment.