View | Details | Raw Unified | Return to bug 47149
Collapse All | Expand All

(-)build.xml (+4 lines)
Lines 144-149 Link Here
144
      <exclude name="org/apache/tomcat/bayeux/**" />
144
      <exclude name="org/apache/tomcat/bayeux/**" />
145
      <exclude name="org/apache/cometd/**" />
145
      <exclude name="org/apache/cometd/**" />
146
      <exclude name="org/apache/tomcat/jdbc/**" />
146
      <exclude name="org/apache/tomcat/jdbc/**" />
147
      <compilerarg line="-encoding ISO-8859-1 "/>
147
    </javac>
148
    </javac>
148
    <!-- Copy static resource files -->
149
    <!-- Copy static resource files -->
149
    <copy todir="${tomcat.classes}" encoding="ISO-8859-1">
150
    <copy todir="${tomcat.classes}" encoding="ISO-8859-1">
Lines 544-549 Link Here
544
             optimize="${compile.optimize}"
545
             optimize="${compile.optimize}"
545
             classpath="${tomcat.classes}"
546
             classpath="${tomcat.classes}"
546
             excludes="**/CVS/**,**/.svn/**">
547
             excludes="**/CVS/**,**/.svn/**">
548
      <compilerarg line="-encoding ISO-8859-1 "/>
547
    </javac>
549
    </javac>
548
550
549
    <javac   srcdir="webapps/examples/jsp/plugin/applet"
551
    <javac   srcdir="webapps/examples/jsp/plugin/applet"
Lines 554-559 Link Here
554
             optimize="${compile.optimize}"
556
             optimize="${compile.optimize}"
555
             classpath="$tomcat.lcasses}"
557
             classpath="$tomcat.lcasses}"
556
             excludes="**/CVS/**,**/.svn/**">
558
             excludes="**/CVS/**,**/.svn/**">
559
      <compilerarg line="-encoding ISO-8859-1 "/>
557
    </javac>
560
    </javac>
558
561
559
    <!-- Add sources for examples -->
562
    <!-- Add sources for examples -->
Lines 818-823 Link Here
818
           sourcepath="${tomcat-dbcp.home}/src/java"
821
           sourcepath="${tomcat-dbcp.home}/src/java"
819
           srcdir="${tomcat-dbcp.home}/src/java" >
822
           srcdir="${tomcat-dbcp.home}/src/java" >
820
      <include name="**" />
823
      <include name="**" />
824
      <compilerarg line="-encoding ISO-8859-1 "/>
821
    </javac>
825
    </javac>
822
    <jar jarfile="${tomcat-dbcp.jar}"
826
    <jar jarfile="${tomcat-dbcp.jar}"
823
         index="true">
827
         index="true">

Return to bug 47149