diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-11 22:55:13 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:55:13 +0200 |
commit | 31d60a9816a5e119c59150e2c5efa3203f381ca8 (patch) | |
tree | 2f8cc4798892f5817bf889a8daaf3d86b059f01c /system/commons-daemon/slack-desc | |
parent | fd133f51ff16a501bc64ea218b0fa86df2dafb47 (diff) | |
download | slackbuilds-31d60a9816a5e119c59150e2c5efa3203f381ca8.tar.gz |
system/commons-daemon: Added to 12.1 repository
Diffstat (limited to 'system/commons-daemon/slack-desc')
-rw-r--r-- | system/commons-daemon/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/commons-daemon/slack-desc b/system/commons-daemon/slack-desc new file mode 100644 index 0000000000..b45e54e875 --- /dev/null +++ b/system/commons-daemon/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler----------------------------------------------| +commons-daemon: commons-daemon (Jakarta Commons Daemon Package) +commons-daemon: +commons-daemon: The scope of this package is to define an API in line with +commons-daemon: the current Java(tm) Platform APIs to support an alternative +commons-daemon: invocation mechanism which could be used instead of the above +commons-daemon: mentioned public static void main(String[]) method. This +commons-daemon: specification cover the behavior and life cycle of what we +commons-daemon: define as Java(tm) daemons, or, in other words, non +commons-daemon: interactive Java(tm) applications. +commons-daemon: +commons-daemon: Homepage: http://commons.apache.org/daemon/index.html |