Author: sebb
Date: Mon Mar 15 09:46:02 2010
New Revision: 923134

URL: http://svn.apache.org/viewvc?rev=923134&view=rev
Log:
No longer part of Jakarta. Fix a few other typos

Modified:
    commons/proper/daemon/trunk/src/samples/README.txt

Modified: commons/proper/daemon/trunk/src/samples/README.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/samples/README.txt?rev=923134&r1=923133&r2=923134&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/samples/README.txt (original)
+++ commons/proper/daemon/trunk/src/samples/README.txt Mon Mar 15 09:46:02 2010
@@ -1,23 +1,24 @@
-The directory contains examples of java daemons.
-The examples are compiled using ant (just type ant). Each example creates a
+The directory contains examples of Java daemons.
+The examples are compiled using Ant (just type ant). Each example creates a
 jar file in ../../dist
 
 SimpleDaemon:
 
 SimpleDaemon demonstrates the feature of the daemon ofered by
-jakarta-commons/daemon.
+Apache Commons Daemon.
 To run it adapt the SimpleDaemon.sh file and connect to it using:
 telnet localhost 1200
 Additional information in ../native/unix/INSTALL.txt
 
 ServiceDaemon:
 
-ServiceDaemon allows to start programs using the jakarta daemon.
-That could be usefull when using cygwin under win9x because cygwin only offers
-services support under win NT/2000/XP.
-(See in ../native/nt/README how to install jsvc as a service in win32).
+ServiceDaemon allows to start programs using the Commons Daemon.
 
-It uses jakarta Commons Collections:
+That could be useful when using Cygwin under Win9x because Cygwin only offers
+services support under Win NT/2000/XP.
+(See in ../native/nt/README how to install jsvc as a service in Win32).
+
+It uses Apache Commons Collections:
 http://commons.apache.org/collections/
 To use it you need at least commons-collections-1.0
 Check in build.xml that the property commons-collections.jar correspond to thei


Reply via email to