Repository: juddi
Updated Branches:
  refs/heads/master ff228d9bd -> 96a502b59


JUDDI-994


Project: http://git-wip-us.apache.org/repos/asf/juddi/repo
Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/96a502b5
Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/96a502b5
Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/96a502b5

Branch: refs/heads/master
Commit: 96a502b5911e4146ef98d00f4bfe99f127959932
Parents: ff228d9
Author: Alex O'Ree <[email protected]>
Authored: Sat Dec 1 10:00:29 2018 -0500
Committer: Alex O'Ree <[email protected]>
Committed: Sat Dec 1 10:00:29 2018 -0500

----------------------------------------------------------------------
 .gitattributes                                        | 1 +
 juddi-examples/wsdl2uddi/generate-client.sh           | 2 +-
 juddi-tomcat/catalina.sh                              | 4 ++--
 juddi-tomcat/juddi-cryptor.sh                         | 2 +-
 juddi-tomcat/juddi-md5.sh                             | 2 +-
 uddi-client-dist/src/main/bin/juddi-client-cryptor.sh | 2 +-
 6 files changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/96a502b5/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..dfdb8b7
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.sh text eol=lf

http://git-wip-us.apache.org/repos/asf/juddi/blob/96a502b5/juddi-examples/wsdl2uddi/generate-client.sh
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/generate-client.sh 
b/juddi-examples/wsdl2uddi/generate-client.sh
index 0da8254..95dcc23 100644
--- a/juddi-examples/wsdl2uddi/generate-client.sh
+++ b/juddi-examples/wsdl2uddi/generate-client.sh
@@ -1 +1 @@
-wsimport ../src/main/resources/wsdl/helloworld.wsdl -s ../src/main/java/ -d 
target/classes
+wsimport ../src/main/resources/wsdl/helloworld.wsdl -s ../src/main/java/ -d 
target/classes 

http://git-wip-us.apache.org/repos/asf/juddi/blob/96a502b5/juddi-tomcat/catalina.sh
----------------------------------------------------------------------
diff --git a/juddi-tomcat/catalina.sh b/juddi-tomcat/catalina.sh
index 30ef848..48f9a08 100755
--- a/juddi-tomcat/catalina.sh
+++ b/juddi-tomcat/catalina.sh
@@ -1,5 +1,5 @@
-#!/bin/sh
-
+#!/bin/sh 
+ 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

http://git-wip-us.apache.org/repos/asf/juddi/blob/96a502b5/juddi-tomcat/juddi-cryptor.sh
----------------------------------------------------------------------
diff --git a/juddi-tomcat/juddi-cryptor.sh b/juddi-tomcat/juddi-cryptor.sh
index 2a6d8c2..c9be60c 100644
--- a/juddi-tomcat/juddi-cryptor.sh
+++ b/juddi-tomcat/juddi-cryptor.sh
@@ -1,2 +1,2 @@
-#!/bin/bash     
+#!/bin/bash
 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/96a502b5/juddi-tomcat/juddi-md5.sh
----------------------------------------------------------------------
diff --git a/juddi-tomcat/juddi-md5.sh b/juddi-tomcat/juddi-md5.sh
index 58e2085..771eada 100644
--- a/juddi-tomcat/juddi-md5.sh
+++ b/juddi-tomcat/juddi-md5.sh
@@ -1,2 +1,2 @@
-#!/bin/bash     
+#!/bin/bash
 java -cp ../webapps/juddiv3/WEB-INF/lib:../webapps/juddiv3/WEB-INF/lib/* 
org.apache.juddi.v3.auth.MD5XMLDocAuthenticator
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/96a502b5/uddi-client-dist/src/main/bin/juddi-client-cryptor.sh
----------------------------------------------------------------------
diff --git a/uddi-client-dist/src/main/bin/juddi-client-cryptor.sh 
b/uddi-client-dist/src/main/bin/juddi-client-cryptor.sh
index 4f72fc8..50d4aa1 100644
--- a/uddi-client-dist/src/main/bin/juddi-client-cryptor.sh
+++ b/uddi-client-dist/src/main/bin/juddi-client-cryptor.sh
@@ -1,2 +1,2 @@
-#!/bin/bash     
+#!/bin/bash
 java -cp ./* org.apache.juddi.v3.client.cryptor.CryptorUtil $*


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to