Repository: juddi Updated Branches: refs/heads/master f367a947a -> c345d30d5
JUDDI-924 fixed Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/c345d30d Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/c345d30d Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/c345d30d Branch: refs/heads/master Commit: c345d30d5abae3b561c1a3c6e56be2ddb06778e2 Parents: f367a94 Author: Alex <[email protected]> Authored: Thu Jan 29 23:01:17 2015 -0500 Committer: Alex <[email protected]> Committed: Thu Jan 29 23:01:17 2015 -0500 ---------------------------------------------------------------------- juddi-tomcat/juddi-cryptor.bat | 2 +- juddi-tomcat/juddi-cryptor.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/c345d30d/juddi-tomcat/juddi-cryptor.bat ---------------------------------------------------------------------- diff --git a/juddi-tomcat/juddi-cryptor.bat b/juddi-tomcat/juddi-cryptor.bat index dbf835c..c82741a 100644 --- a/juddi-tomcat/juddi-cryptor.bat +++ b/juddi-tomcat/juddi-cryptor.bat @@ -1 +1 @@ -java -cp ..\webapps\juddiv3\WEB-INF\lib;..\webapps\juddiv3\WEB-INF\lib\* org.apache.juddi.v3.auth.CryptorUtil %* +java -cp ..\webapps\juddiv3\WEB-INF\lib;..\webapps\juddiv3\WEB-INF\lib\* org.apache.juddi.v3.client.cryptor.CryptorUtil %* http://git-wip-us.apache.org/repos/asf/juddi/blob/c345d30d/juddi-tomcat/juddi-cryptor.sh ---------------------------------------------------------------------- diff --git a/juddi-tomcat/juddi-cryptor.sh b/juddi-tomcat/juddi-cryptor.sh index 93d9090..2a6d8c2 100644 --- a/juddi-tomcat/juddi-cryptor.sh +++ b/juddi-tomcat/juddi-cryptor.sh @@ -1,2 +1,2 @@ #!/bin/bash -java -cp ../webapps/juddiv3/WEB-INF/lib:../webapps/juddiv3/WEB-INF/lib/* org.apache.juddi.v3.auth.CryptorUtil $* +java -cp ../webapps/juddiv3/WEB-INF/lib:../webapps/juddiv3/WEB-INF/lib/* org.apache.juddi.v3.client.cryptor.CryptorUtil $* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
