Skip to content

Commit

Permalink
moving the compiled jar to the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffplaisance committed Aug 17, 2010
1 parent d60aa2c commit 460d8fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/protoc-gen-scala.sh
Expand Up @@ -3,7 +3,7 @@ SCRIPT=`readlink -f $0`
SCRIPTPATH=`dirname $SCRIPT`

CLASSPATH=${SCALA_HOME}/lib/scala-library.jar
for i in ${SCRIPTPATH}/../lib/*.jar
for i in ${SCRIPTPATH}/../lib/*.jar ${SCRIPTPATH}/../*.jar
do
CLASSPATH=${CLASSPATH}:${i}
done
Expand Down
File renamed without changes.

0 comments on commit 460d8fc

Please sign in to comment.