From 3fa7c9253002f65be428d476a27f1748b0f5d982 Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <stefan.funk@daasi.de>
Date: Tue, 17 Apr 2012 10:40:43 +0000
Subject: [PATCH] removed ----- from comments due to WSDL stub building errors.

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@12676 7c539038-3410-0410-b1ec-0f2a7bf1c452
---
 .../rbacSoap/wsdl-tg2.0/tgextra-crud.wsdl        | 10 +++++-----
 .../rbacSoap/wsdl-tg2.0/tgextra.wsdl             | 16 ++++++++--------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/tgextra-crud.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/tgextra-crud.wsdl
index faa463f..56cbaf5 100644
--- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/tgextra-crud.wsdl
+++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/tgextra-crud.wsdl
@@ -9,7 +9,7 @@
 	name="tgextra-crud" targetNamespace="http://textgrid.info/namespaces/middleware/tgauth-crud">
 
 	<!-- ################################################################### -->
-	<!-- ## -- Typ-Definitionen ----------------------------------------- ## -->
+	<!-- ## Typ-Definitionen -->
 	<!-- ################################################################### -->
 
 	<wsdl:types>
@@ -248,7 +248,7 @@
 	</wsdl:types>
 
 	<!-- ################################################################### -->
-	<!-- ## -- WSDL-Messages ---------------------------------------------## -->
+	<!-- ## WSDL-Messages -->
 	<!-- ################################################################### -->
 
 	<wsdl:message name="registerResourceRequest">
@@ -331,7 +331,7 @@
 	</wsdl:message>
 
 	<!-- ################################################################### -->
-	<!-- ## -- Port-Type-Definitionen ----------------------------------- ## -->
+	<!-- ## Port-Type-Definitionen -->
 	<!-- ################################################################### -->
 
 	<wsdl:portType name="port_tgextra_crud">
@@ -711,7 +711,7 @@
 	</wsdl:portType>
 
 	<!-- ################################################################### -->
-	<!-- ## -- Binding -------------------------------------------------- ## -->
+	<!-- ## Binding ## -->
 	<!-- ################################################################### -->
 
 	<wsdl:binding name="binding_tgextra_crud" type="tns:port_tgextra_crud">
@@ -868,7 +868,7 @@
 	</wsdl:binding>
 
 	<!-- ################################################################### -->
-	<!-- ## -- Service-Definition --------------------------------------- ## -->
+	<!-- ## Service-Definition ## -->
 	<!-- ################################################################### -->
 
 	<wsdl:service name="tgextra_crud">
diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/tgextra.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/tgextra.wsdl
index e19672e..5c5135a 100644
--- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/tgextra.wsdl
+++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/tgextra.wsdl
@@ -13,7 +13,7 @@
 		<xsd:schema targetNamespace="http://textgrid.info/namespaces/middleware/tgauth">
 
 			<!-- ########################################################### -->
-			<!-- ## -- Typ-Definitionen READ ---------------------------- ## -->
+			<!-- ## Typ-Definitionen READ -->
 			<!-- ########################################################### -->
 
 			<xsd:element name="userExistsRequest">
@@ -489,7 +489,7 @@
 			</xsd:complexType>
 
 			<!-- ########################################################### -->
-			<!-- ## -- Typ-Definitionen WRITE --------------------------- ## -->
+			<!-- ## Typ-Definitionen WRITE -->
 			<!-- ########################################################### -->
 
 			<xsd:element name="authenticateRequest">
@@ -835,7 +835,7 @@
 	</wsdl:types>
 
 	<!-- ################################################################### -->
-	<!-- ## -- WSDL-Messages READ ----------------------------------------## -->
+	<!-- ## WSDL-Messages READ -->
 	<!-- ################################################################### -->
 
 	<wsdl:message name="userExistsRequest">
@@ -990,7 +990,7 @@
 	</wsdl:message>
 
 	<!-- ################################################################### -->
-	<!-- ## -- WSDL-Messages WRITE -------------------------------------- ## -->
+	<!-- ## WSDL-Messages WRITE -->
 	<!-- ################################################################### -->
 
 	<wsdl:message name="authenticateRequest">
@@ -1097,7 +1097,7 @@
 	</wsdl:message>
 
 	<!-- ################################################################### -->
-	<!-- ## -- Port-Type-Definitionen READ ------------------------------ ## -->
+	<!-- ## Port-Type-Definitionen READ -->
 	<!-- ################################################################### -->
 
 	<wsdl:portType name="port_tgextra">
@@ -1882,7 +1882,7 @@
 	</wsdl:portType>
 
 	<!-- ################################################################### -->
-	<!-- ## -- Port-Type-Definitionen WRITE ----------------------------- ## -->
+	<!-- ## Port-Type-Definitionen WRITE -->
 	<!-- ################################################################### -->
 
 	<wsdl:operation name="authenticate">
@@ -2443,7 +2443,7 @@
 	</wsdl:operation>
 
 	<!-- ################################################################### -->
-	<!-- ## -- Binding -------------------------------------------------- ## -->
+	<!-- ## Binding -->
 	<!-- ################################################################### -->
 
 	<wsdl:binding name="binding_tgextra" type="tns:port_tgextra">
@@ -2702,7 +2702,7 @@
 	</wsdl:binding>
 
 	<!-- ################################################################### -->
-	<!-- ## -- Service-Definition --------------------------------------- ## -->
+	<!-- ## Service-Definition -->
 	<!-- ################################################################### -->
 
 	<wsdl:service name="tgextra">
-- 
GitLab