Author: psteitz
Date: Sat Nov 24 04:01:50 2012
New Revision: 1413124
URL: http://svn.apache.org/viewvc?rev=1413124&view=rev
Log:
Formatting; drop superfluous javadoc link.
Modified:
commons/proper/math/trunk/build.xml
Modified: commons/proper/math/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/build.xml?rev=1413124&r1=1413123&r2=1413124&view=diff
==============================================================================
--- commons/proper/math/trunk/build.xml (original)
+++ commons/proper/math/trunk/build.xml Sat Nov 24 04:01:50 2012
@@ -99,7 +99,7 @@
<property name="compile.optimize" value="true"/>
<!-- File encoding -->
- <property name="source.encoding" value="UTF-8"/>
+ <property name="source.encoding" value="UTF-8"/>
<!-- JDK level -->
<property name="compile.source" value="1.5"/>
@@ -249,7 +249,6 @@
bottom="Copyright (c) 2003-${current.year} Apache Software
Foundation"
classpathref="compile.classpath">
<link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
- <link href="http://commons.apache.org/collections/api"/>
</javadoc>
</target>