Skip to content

Commit

Permalink
removed unused "influences" constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt Beckwith authored and smaldini committed Mar 26, 2012
1 parent 57150a5 commit e777140
Showing 1 changed file with 1 addition and 7 deletions.
Expand Up @@ -99,12 +99,6 @@ public interface GrailsPlugin extends ApplicationContextAware, Comparable, Grail
*/
String STATUS_DISABLED = "disabled";

/**
* Defines the name of the property that defines a list of plugin names that this plugin influences.
* A influenced plugin will be refreshed (@see refresh()) when a watched resource changes
*/
String INFLUENCES = "influences";

/**
* Defines the name of the property that defines the closure that will be invoked
* when a watched resource changes
Expand Down Expand Up @@ -150,7 +144,7 @@ public interface GrailsPlugin extends ApplicationContextAware, Comparable, Grail
String ARTEFACTS = "artefacts";

/**
* The name of the property that provides a list of shipped, but overridable artefactssw
* The name of the property that provides a list of shipped, but overridable artefacts
*/
String PROVIDED_ARTEFACTS = "providedArtefacts";

Expand Down

0 comments on commit e777140

Please sign in to comment.