Author: markt
Date: Sun Mar 25 17:27:10 2012
New Revision: 1305082
URL: http://svn.apache.org/viewvc?rev=1305082&view=rev
Log:
Tabs to spaces. Fix alignment. No functional change.
Modified:
tomcat/site/trunk/build.xml
Modified: tomcat/site/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1305082&r1=1305081&r2=1305082&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Sun Mar 25 17:27:10 2012
@@ -7,8 +7,8 @@
<property file="build.properties"/>
<property file="${user.home}/build.properties"/>
- <property name="force" value="false" />
-
+ <property name="force" value="false" />
+
<property name="docs.src" location="xdocs"/>
<property name="docs.dest" location="docs"/>
<property name="faq.src" location="xdocs-faq"/>
@@ -28,7 +28,7 @@
style="${docs.src}/stylesheets/tomcat-site.xsl"
excludes="project.xml,sitemap.xml,sitemap-main.xml"
includes="*.xml"
- force="${force}">
+ force="${force}">
<param name="relative-path" expression="."/>
</xslt>
@@ -40,7 +40,7 @@
<include name="robots.txt"/>
</fileset>
</copy>
-
+
<!-- Copy static resource files -->
<echo message="Copying static resource files..." />
<copy todir="${docs.dest}/images" filtering="no" overwrite="${force}">
@@ -76,6 +76,6 @@
</fileset>
</copy>
- </target>
+ </target>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]