You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/03/29 11:40:55 UTC

svn commit: r1582980 - /commons/proper/lang/trunk/build.xml

Author: britter
Date: Sat Mar 29 10:40:55 2014
New Revision: 1582980

URL: http://svn.apache.org/r1582980
Log:
Remove trailing white spaces

Modified:
    commons/proper/lang/trunk/build.xml

Modified: commons/proper/lang/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/build.xml?rev=1582980&r1=1582979&r2=1582980&view=diff
==============================================================================
--- commons/proper/lang/trunk/build.xml (original)
+++ commons/proper/lang/trunk/build.xml Sat Mar 29 10:40:55 2014
@@ -110,17 +110,17 @@
         <tstamp>
             <format property="current.year" pattern="yyyy"/>
         </tstamp>
-        <javadoc sourcepath="${source.home}" 
-                 destdir="${build.home}/apidocs" 
-                 overview="${source.home}/org/apache/commons/lang3/overview.html" 
-                 packagenames="org.apache.commons.*" 
-                 excludepackagenames="${javadoc.excludepackagenames}" 
-                 author="false" 
-                 version="true" 
+        <javadoc sourcepath="${source.home}"
+                 destdir="${build.home}/apidocs"
+                 overview="${source.home}/org/apache/commons/lang3/overview.html"
+                 packagenames="org.apache.commons.*"
+                 excludepackagenames="${javadoc.excludepackagenames}"
+                 author="false"
+                 version="true"
                  doctitle="&lt;h1&gt;Commons Lang ${component.version}&lt;/h1&gt;"
-                 windowtitle="Lang ${component.version}" 
-                 bottom="Copyright &amp;copy; 2001-${current.year} - Apache Software Foundation" 
-                 use="true" 
+                 windowtitle="Lang ${component.version}"
+                 bottom="Copyright &amp;copy; 2001-${current.year} - Apache Software Foundation"
+                 use="true"
                  encoding="${compile.encoding}"
                  source="${compile.source}">
             <classpath refid="compile.classpath"/>
@@ -140,7 +140,7 @@
                 <attribute name="Specification-Version" value="${component.version}"/>
                 <attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
                 <attribute name="Implementation-Title" value="Commons Lang"/>
-                <attribute name="Implementation-Version" value="${component.version}"/> 
+                <attribute name="Implementation-Version" value="${component.version}"/>
                 <attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
                 <attribute name="Implementation-Vendor-Id" value="org.apache"/>
                 <attribute name="X-Compile-Source-JDK" value="${compile.source}"/>
@@ -161,7 +161,7 @@
                 <attribute name="Specification-Version" value="${component.version}"/>
                 <attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
                 <attribute name="Implementation-Title" value="Commons Lang API"/>
-                <attribute name="Implementation-Version" value="${component.version}"/> 
+                <attribute name="Implementation-Version" value="${component.version}"/>
                 <attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
                 <attribute name="Implementation-Vendor-Id" value="org.apache"/>
             </manifest>
@@ -180,7 +180,7 @@
                 <attribute name="Specification-Version" value="${component.version}"/>
                 <attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
                 <attribute name="Implementation-Title" value="Commons Lang Source"/>
-                <attribute name="Implementation-Version" value="${component.version}"/> 
+                <attribute name="Implementation-Version" value="${component.version}"/>
                 <attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
                 <attribute name="Implementation-Vendor-Id" value="org.apache"/>
             </manifest>