You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2011/11/20 19:07:22 UTC

svn commit: r1204202 - in /commons/proper/daemon/trunk: RELEASE-NOTES.txt src/native/unix/CHANGES.txt src/native/windows/README src/native/windows/README.dev

Author: mturk
Date: Sun Nov 20 18:07:22 2011
New Revision: 1204202

URL: http://svn.apache.org/viewvc?rev=1204202&view=rev
Log:
No Id for non-source packages. Also axe some duplicate files

Added:
    commons/proper/daemon/trunk/src/native/windows/README
      - copied, changed from r1204200, commons/proper/daemon/trunk/src/native/windows/README.dev
Removed:
    commons/proper/daemon/trunk/src/native/windows/README.dev
Modified:
    commons/proper/daemon/trunk/RELEASE-NOTES.txt
    commons/proper/daemon/trunk/src/native/unix/CHANGES.txt

Modified: commons/proper/daemon/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/RELEASE-NOTES.txt?rev=1204202&r1=1204201&r2=1204202&view=diff
==============================================================================
--- commons/proper/daemon/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/daemon/trunk/RELEASE-NOTES.txt Sun Nov 20 18:07:22 2011
@@ -1,21 +1,20 @@
-$Id$
-
-            Commons Daemon Package
+            Apache Commons Daemon
                Version 1.0.8
-                Release Notes
+               Release Notes
 
 
 INTRODUCTION:
 
-Commons Daemon is a set of utilities and Java support classes for running
-Java applications as server processes.
+Apache Commons Daemon is a set of utilities and Java support classes
+for running Java applications as server processes.
 Commonly known as 'daemon' processes in Unix terminology (hence the name),
 on Windows they are called 'services'.
 
-This document contains the release notes for this version of the Commons
-Daemon package, and highlights changes since the previous version.  The
-current release adds new features and bug fixes, and is being done now to
-follow the release early/release often mentality.
+This document contains the release notes for this version of the
+Apache Commons Daemon package, and highlights changes since
+the previous version.
+The current release adds new features and bug fixes, and is being done now
+to follow the release early/release often mentality.
 
 
 Compatibility with 1.0.3
@@ -118,4 +117,4 @@ https://issues.apache.org/jira/browse/DA
 Or subscribe to the commons-user mailing list (prefix emails by [daemon])
 http://commons.apache.org/mail-lists.html
 
-The Commons-DAEMON Team
\ No newline at end of file
+The Apache Commons Daemon Team

Modified: commons/proper/daemon/trunk/src/native/unix/CHANGES.txt
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/CHANGES.txt?rev=1204202&r1=1204201&r2=1204202&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/CHANGES.txt (original)
+++ commons/proper/daemon/trunk/src/native/unix/CHANGES.txt Sun Nov 20 18:07:22 2011
@@ -1,5 +1,3 @@
-$Id$
-
              APACHE COMMONS DAEMON (UNIX) CHANGELOG:
 
 Changes with 1.0.8

Copied: commons/proper/daemon/trunk/src/native/windows/README (from r1204200, commons/proper/daemon/trunk/src/native/windows/README.dev)
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/README?p2=commons/proper/daemon/trunk/src/native/windows/README&p1=commons/proper/daemon/trunk/src/native/windows/README.dev&r1=1204200&r2=1204202&rev=1204202&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/windows/README.dev (original)
+++ commons/proper/daemon/trunk/src/native/windows/README Sun Nov 20 18:07:22 2011
@@ -1,7 +1,3 @@
-Apache Commons Daemon
-=====================
-
-
 Configuring and Building Commons Daemon on Windows
 ==================================================