diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-22 22:07:26 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 16:01:13 -0500 |
commit | eb8cf8af25363f4f3c01cfbb6517b28b7c53bcdd (patch) | |
tree | e1b4ce28082230f5ef4ce6cbba441dd26aeb0369 | |
parent | 9f868883adbdc670c69934bae2e924a776f04baa (diff) | |
download | slackbuilds-eb8cf8af25363f4f3c01cfbb6517b28b7c53bcdd.tar.gz |
system/commons-daemon: Fixed dep information
-rw-r--r-- | system/commons-daemon/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/commons-daemon/README b/system/commons-daemon/README index e3b048090c..2f582a47bf 100644 --- a/system/commons-daemon/README +++ b/system/commons-daemon/README @@ -4,4 +4,4 @@ used instead of the above mentioned public static void main(String[]) method. This specification cover the behavior and life cycle of what we define as Java(tm) daemons, or, in other words, non interactive Java(tm) applications. -commons-daemon requires apache-ant and jdk from /extra at build-time. +This requires jdk from /extra at build-time. |