Author: sebb
Date: Tue Mar 2 23:07:02 2010
New Revision: 918244
URL: http://svn.apache.org/viewvc?rev=918244&view=rev
Log:
Tab police
Modified:
commons/proper/lang/branches/LANG_2_X/build.xml
commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml
Modified: commons/proper/lang/branches/LANG_2_X/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/build.xml?rev=918244&r1=918243&r2=918244&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/build.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/build.xml Tue Mar 2 23:07:02 2010
@@ -110,11 +110,11 @@
</target>
<!--
- RandomUtils frequency tests have been put in a separate test case which
- is only run when using this target because it fails too frequently.
- See https://issues.apache.org/jira/browse/LANG-592
- -->
- <target name="test-random-freq" depends="compile.tests"
description="Run RandomUtilsFreqTest">
+ RandomUtils frequency tests have been put in a separate test case which
+ is only run when using this target because it fails too frequently.
+ See https://issues.apache.org/jira/browse/LANG-592
+ -->
+ <target name="test-random-freq" depends="compile.tests" description="Run
RandomUtilsFreqTest">
<echo message="Running RandomUtilsFreqTest unit test ..."/>
<mkdir dir="${build.home}/test-reports"/>
<junit printsummary="true" showoutput="true" fork="yes"
haltonfailure="${test.failonerror}">
Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml?rev=918244&r1=918243&r2=918244&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/building.xml Tue Mar 2
23:07:02 2010
@@ -48,11 +48,11 @@
<p>
To build the full website, run "mvn site".
The result will be in "target/site".
- You must be online to successfully complete this target.
+ You must be online to successfully complete this target.
</p>
<p>
- Further details can be found in the
- <a href="http://commons.apache.org/building.html">commons build
instructions</a>.
+ Further details can be found in the
+ <a href="http://commons.apache.org/building.html">commons build
instructions</a>.
</p>
</section>
<!-- ================================================== -->