diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-25 13:30:40 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-25 13:30:40 +0200 |
commit | 38dab9893cc8e32960cea6cba7334a14a1ce5220 (patch) | |
tree | 0a5e82e3321b535212616a55edcb6e58b6533c61 /development/grails | |
parent | e94a645c7552c8f5103900a39c68b954d51ea7ac (diff) | |
download | slackbuilds-38dab9893cc8e32960cea6cba7334a14a1ce5220.tar.gz |
development/grails: Fixed dep information
Diffstat (limited to 'development/grails')
-rw-r--r-- | development/grails/README | 2 | ||||
-rw-r--r-- | development/grails/grails.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/development/grails/README b/development/grails/README index 017012e0b5..9727d001e1 100644 --- a/development/grails/README +++ b/development/grails/README @@ -5,5 +5,3 @@ It is intended to be a high-productivity framework by following the "coding by convention" paradigm, providing a stand-alone development environment and hiding much of the configuration detail from the developer. - -This requires jdk from /extra/jdk-6/. diff --git a/development/grails/grails.info b/development/grails/grails.info index 13121f0d62..925c0216e2 100644 --- a/development/grails/grails.info +++ b/development/grails/grails.info @@ -5,6 +5,6 @@ DOWNLOAD="http://dist.codehaus.org/grails/grails-1.2.0.zip" MD5SUM="2eadcacff53bc327d162a449fe5ca2f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="jdk" MAINTAINER="DhabyX" EMAIL="slack.dhabyx@gmail.com" |