Skip to content

Commit

Permalink
Added commons-codec to classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Warneke committed Jul 7, 2011
1 parent 4a9aa74 commit 6537398
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ constructJobManagerClassPath() {
add=1
elif [[ "$jarfile" =~ 'httpclient' ]]; then
add=1
elif [[ "$jarfile" =~ 'commons-codec' ]]; then
add=1
elif [[ "$jarfile" =~ 'aws-java-sdk' ]]; then
add=1
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ constructTaskManagerClassPath() {
add=1
elif [[ "$jarfile" =~ 'httpclient' ]]; then
add=1
elif [[ "$jarfile" =~ 'commons-codec' ]]; then
add=1
elif [[ "$jarfile" =~ 'aws-java-sdk' ]]; then
add=1
fi
Expand Down

0 comments on commit 6537398

Please sign in to comment.