@@ -53,7 +53,7 @@ limitations under the License.
5353 <target name =" compile" depends =" static" description =" Compile shareable components" >
5454 <javac srcdir =" ${ source.home } " destdir =" ${ build.home } /classes"
5555 source =" ${ compile.source } " target =" ${ compile.target } "
56- debug=" ${ compile.debug } " deprecation =" ${ compile.deprecation } " optimize =" ${ compile.optimize } " >
56+ debug =" ${ compile.debug } " deprecation =" ${ compile.deprecation } " optimize =" ${ compile.optimize } " >
5757 <classpath refid =" compile.classpath" />
5858 </javac >
5959 <copy todir =" ${ build.home } /classes" filtering =" on" >
@@ -75,19 +75,19 @@ limitations under the License.
7575 <format property =" current.year" pattern =" yyyy" />
7676 </tstamp >
7777 <!-- The Sun 1.2 docs are no-longer on-line, point to 1.3. -->
78- <javadoc
79- sourcepath=" ${ source.home } "
80- destdir=" ${ dist.home } /docs/api"
81- packagenames=" org.apache.commons.*"
82- overview =" ${ source.home } /org/apache/commons/codec/overview.html"
83- author=" true"
84- private=" true"
85- version=" true"
86- doctitle=" <h1>${ component.title } </h1>"
87- windowtitle=" ${ component.title } (Version ${ component.version } )"
88- bottom=" ${ component.name } version ${ component.version } - Copyright &copy; 2002-${ current.year } - Apache Software Foundation"
89- use=" true"
90- link=" http://java.sun.com/products/jdk/1.3/docs/api/" >
78+ <javadoc
79+ sourcepath =" ${ source.home } "
80+ destdir =" ${ dist.home } /docs/api"
81+ packagenames =" org.apache.commons.*"
82+ overview =" ${ source.home } /org/apache/commons/codec/overview.html"
83+ author =" true"
84+ private =" true"
85+ version =" true"
86+ doctitle =" <h1>${ component.title } </h1>"
87+ windowtitle =" ${ component.title } (Version ${ component.version } )"
88+ bottom =" ${ component.name } version ${ component.version } - Copyright &copy; 2002-${ current.year } - Apache Software Foundation"
89+ use =" true"
90+ link =" http://java.sun.com/products/jdk/1.3/docs/api/" >
9191 <classpath refid =" compile.classpath" />
9292 </javadoc >
9393 </target >
@@ -109,11 +109,11 @@ limitations under the License.
109109 <attribute name =" Specification-Version" value =" ${ component.version } " />
110110 <attribute name =" Specification-Vendor" value =" The Apache Software Foundation" />
111111 <attribute name =" Implementation-Title" value =" Commons Codec" />
112- <attribute name =" Implementation-Version" value =" ${ component.version } " />
112+ <attribute name =" Implementation-Version" value =" ${ component.version } " />
113113 <attribute name =" Implementation-Vendor" value =" The Apache Software Foundation" />
114114 <attribute name =" Implementation-Vendor-Id" value =" org.apache" />
115- <attribute name =" X-Compile-Source-JDK" value =" ${ compile.source } " />
116- <attribute name =" X-Compile-Target-JDK" value =" ${ compile.target } " />
115+ <attribute name =" X-Compile-Source-JDK" value =" ${ compile.source } " />
116+ <attribute name =" X-Compile-Target-JDK" value =" ${ compile.target } " />
117117 </manifest >
118118 </jar >
119119 </target >
@@ -185,8 +185,8 @@ limitations under the License.
185185 <!-- ========== Unit Test Targets ========================================= -->
186186 <target name =" compile.tests" depends =" compile" description =" Compile unit test cases" >
187187 <javac srcdir =" ${ test.home } " destdir =" ${ build.home } /tests"
188- source=" ${ compile.source } " target =" ${ compile.target } "
189- debug=" ${ compile.debug } " deprecation =" ${ compile.deprecation } " optimize =" ${ compile.optimize } " >
188+ source =" ${ compile.source } " target =" ${ compile.target } "
189+ debug =" ${ compile.debug } " deprecation =" ${ compile.deprecation } " optimize =" ${ compile.optimize } " >
190190 <classpath refid =" test.classpath" />
191191 </javac >
192192 <copy todir =" ${ build.home } /tests" filtering =" on" >
@@ -198,7 +198,7 @@ limitations under the License.
198198 <record name =" ${ build.home } /test-output.txt" append =" no" action =" start" />
199199 <junit printsummary =" yes" haltonfailure =" yes" >
200200 <classpath refid =" test.classpath" />
201- <formatter type =" plain" usefile =" true" />
201+ <formatter type =" plain" usefile =" true" />
202202 <!-- If test.entry is defined, run a single test, otherwise run all valid tests -->
203203 <test name =" ${ test.entry } " todir =" ${ build.home } /test-reports" if =" test.entry" />
204204 <batchtest fork =" yes" todir =" ${ build.home } /test-reports" unless =" test.entry" >
0 commit comments