yoavs       2004/06/01 12:22:09

  Modified:    resources/deployer build.xml
  Log:
  Added UTF-8 encoding to deployer build:
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28940
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-tomcat-5/resources/deployer/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/resources/deployer/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 10 Apr 2004 15:33:16 -0000      1.4
  +++ build.xml 1 Jun 2004 19:22:09 -0000       1.5
  @@ -52,7 +52,8 @@
       <javac destdir="${webapp.path}/WEB-INF/classes"
              optimize="off"
              debug="on" failonerror="false"
  -           srcdir="${webapp.path}/WEB-INF/classes" 
  +           srcdir="${webapp.path}/WEB-INF/classes"
  +           encoding="UTF-8"
           excludes="**/*.smap">
         <classpath>
           <fileset dir="${webapp.path}/WEB-INF/lib">
  
  
  

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

Reply via email to