diff options
author | Chad Weider <cweider@oofn.net> | 2012-05-14 18:12:31 -0700 |
---|---|---|
committer | Chad Weider <cweider@oofn.net> | 2012-05-14 18:20:16 -0700 |
commit | 9b0e2287aa714ce41f3af71c555ec505855be186 (patch) | |
tree | cf6311a707c173e6987eccdb39369336cb8a0a6a /src/node/utils | |
parent | 1a2c6425e10a687ac5b0bc18727fec77f34e55e6 (diff) | |
download | etherpad-lite-9b0e2287aa714ce41f3af71c555ec505855be186.zip |
Add plugin framwork to common package.
Diffstat (limited to 'src/node/utils')
-rw-r--r-- | src/node/utils/tar.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/node/utils/tar.json b/src/node/utils/tar.json index 93af6bf3..461e5197 100644 --- a/src/node/utils/tar.json +++ b/src/node/utils/tar.json @@ -63,5 +63,9 @@ , "underscore.js" , "security.js" , "json2.js" + , "pluginfw/plugins.js" + , "pluginfw/hooks.js" + , "pluginfw/async.js" + , "pluginfw/parent_require.js" ] } |