Author: sebb
Date: Mon Feb 22 17:13:35 2010
New Revision: 912663

URL: http://svn.apache.org/viewvc?rev=912663&view=rev
Log:
Fix up grammar; add Java version requirement

Modified:
    commons/proper/daemon/trunk/README

Modified: commons/proper/daemon/trunk/README
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/README?rev=912663&r1=912662&r2=912663&view=diff
==============================================================================
--- commons/proper/daemon/trunk/README (original)
+++ commons/proper/daemon/trunk/README Mon Feb 22 17:13:35 2010
@@ -1,16 +1,18 @@
 To build the JAVA part:
 ant dist
 
+The Java portion of Commons Daemon requires Java 1.3 or later to build
+
 To build the native part:
 1 - jsvc:
   cd src/native/unix; configure; make
   You need a gnu make.
-  The jsvc executable could be found in dist.
-  There is a INSTALL.txt src/native/unix please have a look to it.
+  The jsvc executable is created in the dist directory.
+  There is a INSTALL.txt src/native/unix - please have a look at it.
 
-  On Windows the additional step is needed:
+  On Windows an additional step is needed:
   cd src/native/nt; make
-  There is a README in src/native/nt please have a look to it.
+  There is a README in src/native/nt - please have a look at it.
   The exe files are created in dist.
 2 - procrun:
   procrun is only for windows


Reply via email to