Author: sebb
Date: Fri Apr 23 19:56:38 2010
New Revision: 937492
URL: http://svn.apache.org/viewvc?rev=937492&view=rev
Log:
Tab police
Modified:
commons/proper/daemon/trunk/src/native/unix/man/jsvc.1.xml
commons/proper/daemon/trunk/src/samples/build.xml
Modified: commons/proper/daemon/trunk/src/native/unix/man/jsvc.1.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/man/jsvc.1.xml?rev=937492&r1=937491&r2=937492&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/man/jsvc.1.xml (original)
+++ commons/proper/daemon/trunk/src/native/unix/man/jsvc.1.xml Fri Apr 23
19:56:38 2010
@@ -82,7 +82,7 @@
<term><option>-home</option> directory</term>
<listitem>
<para>set the path of your JDK or JRE installation (or set
- the JAVA_HOME environment variable)
+ the JAVA_HOME environment variable)
</para>
</listitem>
</varlistentry>
@@ -90,7 +90,7 @@
<term><option>-version</option></term>
<listitem>
<para>show the current Java environment version (to check
- correctness of -home and -jvm. Implies
-nodetach)</para>
+ correctness of -home and -jvm. Implies -nodetach)</para>
</listitem>
</varlistentry>
<varlistentry>
Modified: commons/proper/daemon/trunk/src/samples/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/samples/build.xml?rev=937492&r1=937491&r2=937492&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/samples/build.xml (original)
+++ commons/proper/daemon/trunk/src/samples/build.xml Fri Apr 23 19:56:38 2010
@@ -98,8 +98,8 @@
<target name="compile" depends="prepare"
description="Create class files">
<javac srcdir="${source.home}"
- source="1.3"
- target="1.3"
+ source="1.3"
+ target="1.3"
destdir="${build.home}/classes"
debug="${compile.debug}"
deprecation="${compile.deprecation}"