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 gd...@apache.org on 2001/08/14 21:05:12 UTC

cvs commit: xml-axis/java build.xml

gdaniels    01/08/14 12:05:12

  Modified:    java     Tag: alpha-1 build.xml
  Log:
  Forgot build.xml
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.33.2.1  +1 -0      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.33.2.1
  diff -u -r1.33 -r1.33.2.1
  --- build.xml	2001/08/13 22:01:07	1.33
  +++ build.xml	2001/08/14 19:05:11	1.33.2.1
  @@ -163,6 +163,7 @@
         <include name="samples/**/*.java" />
         <exclude name="samples/**/*SMTP*.java" unless="smtp.present" />
         <exclude name="**/old/**/*.java" />
  +      <exclude name="samples/userguide/example2/*.java"/>
       </javac>
     </target>