You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2019/06/28 15:57:14 UTC

[commons-daemon] 02/06: Merege the two README files in the root of the project

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit 6b7dcbbc13f8fbf2d0f34772fc4320fa9bd65a0e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jun 28 16:27:16 2019 +0100

    Merege the two README files in the root of the project
---
 README    | 7 -------
 README.md | 5 ++++-
 pom.xml   | 5 ++++-
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/README b/README
deleted file mode 100644
index 24e2062..0000000
--- a/README
+++ /dev/null
@@ -1,7 +0,0 @@
-Apache Commons Daemon
-=====================
-
-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'.
diff --git a/README.md b/README.md
index 9bc6d28..69c3294 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,10 @@ Apache Commons Daemon
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/)
 [![Javadocs](https://javadoc.io/badge/commons-daemon/commons-daemon/1.2.0.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.2.0)
 
-Apache Commons Daemon software provides an alternative invocation mechanism for unix-daemon-like Java code.
+Apache Commons Daemon software is a set of utilities and Java support
+    classes for running Java applications as server processes. These are
+    commonly known as 'daemon' processes in Unix terminology (hence the
+    name). On Windows they are called 'services'.
 
 Documentation
 -------------
diff --git a/pom.xml b/pom.xml
index da3aaf0..dabcece 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,10 @@
        which is why the NOTICE file has an earlier date than the inceptionYear -->
   <inceptionYear>2002</inceptionYear>
   <description>
-     Apache Commons Daemon software provides an alternative invocation mechanism for unix-daemon-like Java code.
+    Apache Commons Daemon software is a set of utilities and Java support
+    classes for running Java applications as server processes. These are
+    commonly known as 'daemon' processes in Unix terminology (hence the
+    name). On Windows they are called 'services'.
   </description>
   <url>http://commons.apache.org/proper/commons-daemon/</url>