You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/04/21 11:33:33 UTC

[06/14] allura git commit: [#7870] restore paster entry points that are actually needed

[#7870] restore paster entry points that are actually needed


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/fb7f2cf1
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/fb7f2cf1
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/fb7f2cf1

Branch: refs/heads/ib/7866
Commit: fb7f2cf1377be7b49c3648bf47303c4f2322acf2
Parents: 1877bb3
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Mon Apr 20 17:11:20 2015 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Mon Apr 20 17:11:20 2015 +0000

----------------------------------------------------------------------
 Allura/setup.py | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/fb7f2cf1/Allura/setup.py
----------------------------------------------------------------------
diff --git a/Allura/setup.py b/Allura/setup.py
index f2213b3..05cbf0b 100644
--- a/Allura/setup.py
+++ b/Allura/setup.py
@@ -94,6 +94,11 @@ setup(
     # Other packages (the Forge* directories) or 3rd-party can add more too.
     # development.ini is used for many cases to specify which to actually use.
     entry_points="""
+    [paste.app_factory]
+    main = allura.config.middleware:make_app
+    [paste.app_install]
+    main = pylons.util:PylonsInstaller
+
     [allura]
     profile = allura.ext.user_profile:UserProfileApp
     admin = allura.ext.admin:AdminApp