jfclere     2005/04/16 02:53:42

  Modified:    jni      build.xml
  Log:
  use example instead compile-example (why do with need compile-example?).
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-tomcat-connectors/jni/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 16 Apr 2005 09:35:57 -0000      1.5
  +++ build.xml 16 Apr 2005 09:53:42 -0000      1.6
  @@ -289,7 +289,7 @@
       <!-- =================================================================== 
-->
       <!-- excutes the examples                                                
-->
       <!-- =================================================================== 
-->
  -    <target name="example-basic" depends="compile-examples">
  +    <target name="example-basic" depends="examples">
           <echo message="Running Tomcat Native Echo example ..."/>
           <java dir="${examples.dir}" classname="org.apache.tomcat.jni.Echo"
                fork="yes" failonerror="${test.failonerror}">
  
  
  

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

Reply via email to