diff options
-rw-r--r-- | system/apache-activemq/README | 2 | ||||
-rw-r--r-- | system/apache-activemq/apache-activemq.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/system/apache-activemq/README b/system/apache-activemq/README index 94bbd2a4e708..3938ac5abce3 100644 --- a/system/apache-activemq/README +++ b/system/apache-activemq/README @@ -14,5 +14,3 @@ machine: 3) ln -sf /usr/share/activemq/bin/activemq /usr/local/bin/activemq-instance-<INSTANCENAME> 4) use /usr/local/bin/activemq-instance-<INSTANCENAME> to start/stop/restart your own instance. - -This requires java from /extra. diff --git a/system/apache-activemq/apache-activemq.info b/system/apache-activemq/apache-activemq.info index 78a0eb5af83d..4750129f4542 100644 --- a/system/apache-activemq/apache-activemq.info +++ b/system/apache-activemq/apache-activemq.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.apache.org/dist/activemq/apache-activemq/5.5.1/apache-activ MD5SUM="3e10c163c5e3869a9720d47849a5ae29" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="jdk" MAINTAINER="Marco Bonetti" EMAIL="sid77@slackware.it" |