jfclere     2005/04/15 14:57:08

  Modified:    jni      build.xml
  Log:
  The example is named Echo for moment.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-tomcat-connectors/jni/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 14 Apr 2005 18:52:28 -0000      1.3
  +++ build.xml 15 Apr 2005 21:57:08 -0000      1.4
  @@ -288,8 +288,8 @@
       <!-- excutes the examples                                                
-->
       <!-- =================================================================== 
-->
       <target name="example-basic" depends="compile-examples">
  -        <echo message="Running Tomcat Native BasicSample example ..."/>
  -        <java dir="${examples.dir}" 
classname="org.apache.tomcat.jni.BasicSample"
  +        <echo message="Running Tomcat Native Echo example ..."/>
  +        <java dir="${examples.dir}" classname="org.apache.tomcat.jni.Echo"
                fork="yes" failonerror="${test.failonerror}">
               <classpath refid="examples.classpath"/>
           </java>
  
  
  

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

Reply via email to