Skip to content

Commit

Permalink
Fixed launching script
Browse files Browse the repository at this point in the history
- removed obsolete file
- added guava library in the new one
  • Loading branch information
gturri committed Apr 12, 2014
1 parent 20bbfd5 commit 45061a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions scripts/dokujclient

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/dokujclient
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
cpBase=$(cd $(dirname $0); pwd)
java -cp $cpBase/aXMLRPC-1.7.1.jar:$cpBase/jsap-2.1.jar:$cpBase/dokujclient-${pom.version}.jar dw.cli.Program $@
java -cp $cpBase/guava-15.0.jar:$cpBase/aXMLRPC-1.7.1.jar:$cpBase/jsap-2.1.jar:$cpBase/dokujclient-${pom.version}.jar dw.cli.Program $@

0 comments on commit 45061a2

Please sign in to comment.