dims 2003/03/02 08:17:57
Modified: java/test/wsdl/extensibility server-deploy.wsdd
Log:
comments cannot have embedded quotes...This was breaking the build.
Revision Changes Path
1.8 +0 -12 xml-axis/java/test/wsdl/extensibility/server-deploy.wsdd
Index: server-deploy.wsdd
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/extensibility/server-deploy.wsdd,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- server-deploy.wsdd 1 Mar 2003 02:28:27 -0000 1.7
+++ server-deploy.wsdd 2 Mar 2003 16:17:57 -0000 1.8
@@ -26,18 +26,6 @@
encodingStyle=""
/>
- <!-- Removed. The xsd:any is now mapped to a type XSD_ANY that
- automatically uses the ElementSerializer/ElementDeserializer
- <typeMapping
- qname="xsd:anyType"
- type="java:java.lang.Object"
- serializer="org.apache.axis.encoding.ser.ElementSerializerFactory"
- deserializer="org.apache.axis.encoding.ser.ElementDeserializerFactory"
- encodingStyle=""
- />
- -->
-
-
<typeMapping
qname="query:QueryResultElement"
type="java:test.wsdl.extensibility._QueryResultElement"