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

Commit

Permalink
moved test classes to src/groovy so they're visible to both unit and …
Browse files Browse the repository at this point in the history
…integration tests
  • Loading branch information
Burt Beckwith committed Jan 8, 2013
1 parent 0b3938c commit f4a6a97
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions AkkaGrailsPlugin.groovy
Expand Up @@ -27,4 +27,8 @@ class AkkaGrailsPlugin {
def license = "APACHE"
def issueManagement = [ system: "github", url: "https://github.com/smartiniOnGitHub/grails-akka/issues/" ]
def scm = [ url: "https://github.com/smartiniOnGitHub/grails-akka/" ]

def pluginExcludes = [
'src/groovy/**'
]
}
4 changes: 0 additions & 4 deletions src/groovy/.gitignore

This file was deleted.

0 comments on commit f4a6a97

Please sign in to comment.