Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Commit

Permalink
add LICENSE reference in README and in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
smartiniOnGitHub committed Sep 26, 2012
1 parent 06e1186 commit bffe74c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -45,3 +45,10 @@ See the Plugin documentation (sources under src/docs/), or the "live" version he
Home Page for the project (and sources) on GitHUB:
[grails-akka](https://github.com/smartiniOnGitHub/grails-akka/)


License
=======

Licensed under the terms of the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)


5 changes: 5 additions & 0 deletions src/docs/guide/1 Introduction.gdoc
Expand Up @@ -6,3 +6,8 @@ This plugin makes it easy to use [Akka|http://akka.io/] Actors (both local and r

All using standard Groovy / Java code.


h4. License

Licensed under the terms of the [Apache License, Version 2.0|http://www.apache.org/licenses/LICENSE-2.0]

5 changes: 3 additions & 2 deletions src/docs/guide/2 Usage.gdoc
Expand Up @@ -4,7 +4,7 @@ First you need to install the plugin into a Grails application:
using the recommended way, configure it as a dependency in @BuildConfig.groovy@:
{code}
plugins {
compile ':akka:0.5'
compile ':akka:<plugin version>'
}
{code}

Expand All @@ -22,6 +22,7 @@ grails.servlet.version = "3.0"
{code}

* Akka 2.x (as specified in plugin descriptor) and related dependencies,
all downloaded from the Central Maven Repository (that must be enabled), and the Typesafe Maven Repository (defined inside the plugin).
all downloaded from the Central Maven Repository (that must be enabled),
and the Typesafe Maven Repository (defined inside the plugin).


0 comments on commit bffe74c

Please sign in to comment.