joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 367 forks source link

Add comments for local development for simple sample #260

Closed mkurz closed 9 years ago

mkurz commented 9 years ago

This commit just adds the same comments for local development which are in build.sbt of the play-authenticate-usage sample app already to the simple sample app too, including the symlink for the module.

joscha commented 9 years ago

You need to add these one then, too: https://github.com/joscha/play-authenticate/blob/master/samples/java/play-authenticate-usage/project/plugins.sbt#L15-L19

joscha commented 9 years ago

somehow they don't get aggregated - there might be a better way to do this...

mkurz commented 9 years ago

Added the missing comments anyway.