You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2005/05/02 17:23:08 UTC

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

dims        2005/05/02 08:23:08

  Modified:    java/test/wsdl/marshall3 build.xml
  Log:
  compile _Helper's as well
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/java/test/wsdl/marshall3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/test/wsdl/marshall3/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	29 Apr 2005 18:48:16 -0000	1.1
  +++ build.xml	2 May 2005 15:23:08 -0000	1.2
  @@ -75,7 +75,7 @@
       <javac srcdir="${build.dir}/work" destdir="${build.dest}" nowarn="${nowarn}" source="${source}" fork="${javac.fork}"
              debug="${debug}">
         <classpath refid="classpath" />
  -      <include name="test/wsdl/marshall3/*.java" />
  +      <include name="test/wsdl/marshall3/**/*.java" />
       </javac>
   
   </target>