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

(-)build.xml (-3 / +6 lines)
Lines 93-99 Link Here
93
               noindex="false"
93
               noindex="false"
94
               nohelp="true"
94
               nohelp="true"
95
               nonavbar="false"
95
               nonavbar="false"
96
               serialwarn="false">
96
               serialwarn="false"
97
               source="1.2">
97
          <link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
98
          <link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
98
      </javadoc>
99
      </javadoc>
99
   </target>
100
   </target>
Lines 107-113 Link Here
107
             classpath="${classpath}"
108
             classpath="${classpath}"
108
             debug="${javac.debug}"
109
             debug="${javac.debug}"
109
             deprecation="${javac.deprecation}"
110
             deprecation="${javac.deprecation}"
110
             optimize="${javac.optimize}"/>
111
             optimize="${javac.optimize}"
112
             source="1.2"/>
111
   </target>
113
   </target>
112
   
114
   
113
   <target name="compile-test" depends="compile">
115
   <target name="compile-test" depends="compile">
Lines 116-122 Link Here
116
             srcdir="${src.test.dir}"
118
             srcdir="${src.test.dir}"
117
             debug="${javac.debug}"
119
             debug="${javac.debug}"
118
             deprecation="${javac.deprecation}"
120
             deprecation="${javac.deprecation}"
119
             optimize="${javac.optimize}">
121
             optimize="${javac.optimize}"
122
             source="1.2">
120
        <classpath>
123
        <classpath>
121
          <pathelement location="${build.classes.dir}" /> 
124
          <pathelement location="${build.classes.dir}" /> 
122
          <pathelement location="${build.test-classes.dir}" />
125
          <pathelement location="${build.test-classes.dir}" />

Return to bug 96922