Skip to content

Commit

Permalink
merge README
Browse files Browse the repository at this point in the history
  • Loading branch information
ph2734 committed Jul 9, 2012
2 parents 2fe87fd + 814d57f commit 38b11f8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
10 changes: 9 additions & 1 deletion guice/README.md
Expand Up @@ -34,10 +34,18 @@ play.Play.application().plugin(InjectPlugin.class).getInstance(MyServiceInterfac
```

# How to install
(requires 2.0.2)

* add

play 2.0.2:

```"com.typesafe" % "play-plugins-guice" % "2.0.3"``` to your dependencies

play 2.0.1:

```"com.typesafe" % "play-plugins-guice" % "2.0.2"``` to your dependencies


* create a file called ```play.plugins``` in your ```app/conf``` directory

* add ```1500:com.typesafe.plugin.inject.GuicePlugin```
Expand Down
10 changes: 9 additions & 1 deletion inject/README.md
Expand Up @@ -116,10 +116,18 @@ play.Play.application().plugin(InjectPlugin.class).getInstance(MyServiceInterfac
```

# How to install
(requires play 2.0.2)

* add

play 2.0.2:

```"com.typesafe" % "play-plugins-inject" % "2.0.3"``` to your dependencies

play 2.0.1:

```"com.typesafe" % "play-plugins-inject" % "2.0.2"``` to your dependencies


* create a file called ```play.plugins``` in your ```app/conf``` directory

* add ```1500:com.typesafe.plugin.inject.ManualInjectionPlugin```
Expand Down
10 changes: 8 additions & 2 deletions mailer/README.md
Expand Up @@ -3,9 +3,15 @@
This plugin provides a simple emailer.

## installation
(requiring play 2.0.2)

play 2.0.2:

* add ```"com.typesafe" %% "play-plugins-mailer" % "2.0.4"``` to your dependencies (```project/Build.scala```)

play 2.0.1:
* add ```"com.typesafe" %% "play-plugins-mailer" % "2.0.2"``` to your dependencies (```project/Build.scala```)

and then
* add ```1500:com.typesafe.plugin.CommonsMailerPlugin``` to your ```conf/play.plugins```

furthermore, the following parameters can be configured in ```conf/application.conf```
Expand Down Expand Up @@ -62,4 +68,4 @@ Copyright 2012 Typesafe (http://www.typesafe.com).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 comments on commit 38b11f8

Please sign in to comment.