Author: gjm
Date: Thu Nov 15 12:01:50 2012
New Revision: 1409747

URL: http://svn.apache.org/viewvc?rev=1409747&view=rev
Log:
updating requirements files to reduce dependence on trac-hacks. Also fixes 
missing default-pages directory for non-dev install - towards #161

Modified:
    incubator/bloodhound/trunk/bloodhound_dashboard/setup.py
    incubator/bloodhound/trunk/installer/requirements-dev.txt
    incubator/bloodhound/trunk/installer/requirements.txt

Modified: incubator/bloodhound/trunk/bloodhound_dashboard/setup.py
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/setup.py?rev=1409747&r1=1409746&r2=1409747&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_dashboard/setup.py (original)
+++ incubator/bloodhound/trunk/bloodhound_dashboard/setup.py Thu Nov 15 
12:01:50 2012
@@ -94,7 +94,7 @@ PKG_INFO = {'bhdashboard' : ('bhdashboar
                               '../NOTICE', '../README', '../TESTING_README',
                               'htdocs/*.*', 'htdocs/css/*.css',
                               'htdocs/img/*.*', 'htdocs/js/*.js',
-                              'templates/*'],
+                              'templates/*', 'default-pages/*'],
                           ), 
             'bhdashboard.widgets' : ('bhdashboard/widgets',     # Package dir
                             # Package data

Modified: incubator/bloodhound/trunk/installer/requirements-dev.txt
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/installer/requirements-dev.txt?rev=1409747&r1=1409746&r2=1409747&view=diff
==============================================================================
--- incubator/bloodhound/trunk/installer/requirements-dev.txt (original)
+++ incubator/bloodhound/trunk/installer/requirements-dev.txt Thu Nov 15 
12:01:50 2012
@@ -22,8 +22,8 @@ Genshi
 -e ../trac
 -e 
svn+https://trac-hacks.org/svn/accountmanagerplugin/0.11#egg=TracAccountManager
 -e ../bloodhound_multiproduct
--e svn+https://trac-hacks.org/svn/themeengineplugin/0.11#egg=TracThemeEngine
+TracThemeEngine
 -e ../bloodhound_dashboard
 -e ../bloodhound_theme
--e svn+https://trac-hacks.org/svn/permredirectplugin/0.11#egg=TracPermRedirect
+TracPermRedirect
 

Modified: incubator/bloodhound/trunk/installer/requirements.txt
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/installer/requirements.txt?rev=1409747&r1=1409746&r2=1409747&view=diff
==============================================================================
--- incubator/bloodhound/trunk/installer/requirements.txt (original)
+++ incubator/bloodhound/trunk/installer/requirements.txt Thu Nov 15 12:01:50 
2012
@@ -19,11 +19,11 @@ Pygments
 pytz
 Babel
 Genshi
--e 
svn+https://svn.apache.org/repos/asf/incubator/bloodhound/trunk/trac#egg=Trac
--e 
svn+https://trac-hacks.org/svn/accountmanagerplugin/0.11#egg=TracAccountManager
--e 
svn+https://svn.apache.org/repos/asf/incubator/bloodhound/trunk/bloodhound_multiproduct#egg=BloodhoundMultiProduct
--e svn+https://trac-hacks.org/svn/themeengineplugin/0.11#egg=TracThemeEngine
--e 
svn+https://svn.apache.org/repos/asf/incubator/bloodhound/trunk/bloodhound_dashboard#egg=BloodhoundDashboardPlugin
--e 
svn+https://svn.apache.org/repos/asf/incubator/bloodhound/trunk/bloodhound_theme#egg=BloodhoundTheme
--e svn+https://trac-hacks.org/svn/permredirectplugin/0.11#egg=TracPermRedirect
+../trac
+svn+https://trac-hacks.org/svn/accountmanagerplugin/0.11#egg=TracAccountManager
+../bloodhound_multiproduct
+TracThemeEngine
+../bloodhound_dashboard
+../bloodhound_theme
+TracPermRedirect
 


Reply via email to