You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/07/28 19:18:05 UTC

cvs commit: ws-axis/java/test/wsdl/datatypes build.xml

dims        2005/07/28 10:18:05

  Modified:    java/test/wsdl/datatypes build.xml
  Log:
  Fix for AXIS-1989 brings out problem in our test suite.
  
  Revision  Changes    Path
  1.11      +1 -0      ws-axis/java/test/wsdl/datatypes/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/test/wsdl/datatypes/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	2 Jun 2004 17:05:17 -0000	1.10
  +++ build.xml	28 Jul 2005 17:18:05 -0000	1.11
  @@ -58,6 +58,7 @@
                  deployscope="session"
                  serverSide="yes"
                  skeletonDeploy="yes"
  +               wrapArrays="true"
                  testcase="no">
           <mapping namespace="urn:dataTypes" package="test.wsdl.datatypes"/>
       </wsdl2java>