Skip to content

Commit

Permalink
Item8573: No way a default plugin can be made depending on another pl…
Browse files Browse the repository at this point in the history
…ugin that is not a default

NEVER ever add a dependency to a default plugin that is not a default
The consequence is that when someone updates Twisty and never intend to use Dojo they get Dojo installed against their will and that is a big monster to get forced upon you
There has been talks on trunk to add JQuery. But that has not happened yet so until this is done, it is also an unwanted dependency there.
It can be added to Twisty dependency in trunk IF and only IF
- It really is a dependency and not a nice to have
- JQuery is added to the core/lib/MANIFEST
Dojo should never ever be a dependency


git-svn-id: http://svn.foswiki.org/branches/Release01x00@6492 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Feb 23, 2010
1 parent c7c2e9d commit bf8c4f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin/DEPENDENCIES
@@ -1,3 +1 @@
Foswiki::Contrib::BehaviourContrib,>=0,perl,Required if using default Foswiki twisties.
Foswiki::Plugins::JQueryPlugin,>=0.5,perl,Required if using jquery twisties.
Foswiki::Contrib::DojoToolkitContrib,>=0,perl,Required if using dojo twisties.

0 comments on commit bf8c4f2

Please sign in to comment.