markt       2004/04/14 12:34:40

  Modified:    jk       build.xml
  Log:
  - Fix bug 19254. Provide a basic implementation for the clean-native target.
    Provided by [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.72      +2 -0      jakarta-tomcat-connectors/jk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- build.xml 1 Jan 2004 23:05:04 -0000       1.71
  +++ build.xml 14 Apr 2004 19:34:40 -0000      1.72
  @@ -358,6 +358,8 @@
       </target>
   
       <target name="clean-native">
  +        <ant  dir="native" antfile="build.xml" target="clean"  />
  +        <ant  dir="native2" antfile="build.xml" target="clean"  />
       </target>
   
       <!-- Check if we found Xalan in our classpath. We require Xalan because it has
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to