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 se...@apache.org on 2002/08/13 23:51:26 UTC

cvs commit: xml-axis/java/test/wsdl/include buildComponent.xml

seibert     2002/08/13 14:51:26

  Modified:    java/test/wsdl/include buildComponent.xml
  Log:
  Cut and paste error..... darn....
  
  Revision  Changes    Path
  1.4       +2 -2      xml-axis/java/test/wsdl/include/buildComponent.xml
  
  Index: buildComponent.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/include/buildComponent.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- buildComponent.xml	7 Aug 2002 20:22:13 -0000	1.3
  +++ buildComponent.xml	13 Aug 2002 21:51:25 -0000	1.4
  @@ -44,8 +44,8 @@
       <javac srcdir="${axis.home}" destdir="${build.dest}"
              debug="${debug}">
         <classpath refid="classpath" />
  -      <include name="test/wsdl/ram/*.java" />
  -      <include name="test/wsdl/ram/**/*.java" />
  +      <include name="test/wsdl/include/*.java" />
  +      <include name="test/wsdl/include/**/*.java" />
       </javac>
   
   </target>