[Mpuls-commits] r1248 - in wasko/branches/2.0: . mpulsweb.egg-info
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 4 15:54:42 CET 2010
Author: torsten
Date: 2010-02-04 15:54:38 +0100 (Thu, 04 Feb 2010)
New Revision: 1248
Added:
wasko/branches/2.0/mpulsweb.egg-info/
Removed:
wasko/branches/2.0/waskaweb.egg-info/
Modified:
wasko/branches/2.0/mpulsweb.egg-info/PKG-INFO
wasko/branches/2.0/mpulsweb.egg-info/SOURCES.txt
wasko/branches/2.0/mpulsweb.egg-info/entry_points.txt
wasko/branches/2.0/mpulsweb.egg-info/paste_deploy_config.ini_tmpl
wasko/branches/2.0/mpulsweb.egg-info/top_level.txt
Log:
Renamed egg-info to be able to initialse base application which will
be located unter mpulsweb
* mpulsweb.egg-info/SOURCES.txt,
mpulsweb.egg-info/paste_deploy_config.ini_tmpl,
mpulsweb.egg-info/top_level.txt,
mpulsweb.egg-info/PKG-INFO,
mpulsweb.egg-info/entry_points.txt,
waskaweb.egg-info,
waskaweb.egg-info/SOURCES.txt,
waskaweb.egg-info/paste_deploy_config.ini_tmpl,
waskaweb.egg-info/top_level.txt,
waskaweb.egg-info/PKG-INFO,
waskaweb.egg-info/entry_points.txt,
waskaweb.egg-info/dependency_links.txt,
waskaweb.egg-info/paster_plugins.txt,
waskaweb.egg-info/requires.txt: Renamed dirs and adopted imports.
Copied: wasko/branches/2.0/mpulsweb.egg-info (from rev 1240, wasko/branches/2.0/waskaweb.egg-info)
Property changes on: wasko/branches/2.0/mpulsweb.egg-info
___________________________________________________________________
Name: svn:mergeinfo
+
Modified: wasko/branches/2.0/mpulsweb.egg-info/PKG-INFO
===================================================================
--- wasko/branches/2.0/waskaweb.egg-info/PKG-INFO 2010-02-04 11:42:52 UTC (rev 1240)
+++ wasko/branches/2.0/mpulsweb.egg-info/PKG-INFO 2010-02-04 14:54:38 UTC (rev 1248)
@@ -1,5 +1,5 @@
Metadata-Version: 1.0
-Name: waskaweb
+Name: mpulsweb
Version: 0.0.0dev
Summary: UNKNOWN
Home-page: UNKNOWN
Modified: wasko/branches/2.0/mpulsweb.egg-info/SOURCES.txt
===================================================================
--- wasko/branches/2.0/waskaweb.egg-info/SOURCES.txt 2010-02-04 11:42:52 UTC (rev 1240)
+++ wasko/branches/2.0/mpulsweb.egg-info/SOURCES.txt 2010-02-04 14:54:38 UTC (rev 1248)
@@ -2,28 +2,28 @@
README.txt
setup.cfg
setup.py
-waskaweb/__init__.py
-waskaweb/websetup.py
-waskaweb.egg-info/PKG-INFO
-waskaweb.egg-info/SOURCES.txt
-waskaweb.egg-info/dependency_links.txt
-waskaweb.egg-info/entry_points.txt
-waskaweb.egg-info/paste_deploy_config.ini_tmpl
-waskaweb.egg-info/requires.txt
-waskaweb.egg-info/top_level.txt
-waskaweb/config/__init__.py
-waskaweb/config/environment.py
-waskaweb/config/middleware.py
-waskaweb/config/routing.py
-waskaweb/controllers/__init__.py
-waskaweb/controllers/error.py
-waskaweb/controllers/template.py
-waskaweb/lib/__init__.py
-waskaweb/lib/app_globals.py
-waskaweb/lib/base.py
-waskaweb/lib/helpers.py
-waskaweb/model/__init__.py
-waskaweb/public/index.html
-waskaweb/tests/__init__.py
-waskaweb/tests/test_models.py
-waskaweb/tests/functional/__init__.py
+mpulsweb/__init__.py
+mpulsweb/websetup.py
+mpulsweb.egg-info/PKG-INFO
+mpulsweb.egg-info/SOURCES.txt
+mpulsweb.egg-info/dependency_links.txt
+mpulsweb.egg-info/entry_points.txt
+mpulsweb.egg-info/paste_deploy_config.ini_tmpl
+mpulsweb.egg-info/requires.txt
+mpulsweb.egg-info/top_level.txt
+mpulsweb/config/__init__.py
+mpulsweb/config/environment.py
+mpulsweb/config/middleware.py
+mpulsweb/config/routing.py
+mpulsweb/controllers/__init__.py
+mpulsweb/controllers/error.py
+mpulsweb/controllers/template.py
+mpulsweb/lib/__init__.py
+mpulsweb/lib/app_globals.py
+mpulsweb/lib/base.py
+mpulsweb/lib/helpers.py
+mpulsweb/model/__init__.py
+mpulsweb/public/index.html
+mpulsweb/tests/__init__.py
+mpulsweb/tests/test_models.py
+mpulsweb/tests/functional/__init__.py
Modified: wasko/branches/2.0/mpulsweb.egg-info/entry_points.txt
===================================================================
--- wasko/branches/2.0/waskaweb.egg-info/entry_points.txt 2010-02-04 11:42:52 UTC (rev 1240)
+++ wasko/branches/2.0/mpulsweb.egg-info/entry_points.txt 2010-02-04 14:54:38 UTC (rev 1248)
@@ -1,6 +1,6 @@
[paste.app_factory]
- main = waskaweb.config.middleware:make_app
+ main = mpulsweb.config.middleware:make_app
[paste.app_install]
main = pylons.util:PylonsInstaller
Modified: wasko/branches/2.0/mpulsweb.egg-info/paste_deploy_config.ini_tmpl
===================================================================
--- wasko/branches/2.0/waskaweb.egg-info/paste_deploy_config.ini_tmpl 2010-02-04 11:42:52 UTC (rev 1240)
+++ wasko/branches/2.0/mpulsweb.egg-info/paste_deploy_config.ini_tmpl 2010-02-04 14:54:38 UTC (rev 1248)
@@ -1,5 +1,5 @@
#
-# waskaweb - Pylons configuration
+# mpulsweb - Pylons configuration
#
# The %(here)s variable will be replaced with the parent directory of this file
#
@@ -15,10 +15,10 @@
port = 5000
[app:main]
-use = egg:waskaweb
+use = egg:mpulsweb
full_stack = true
cache_dir = %(here)s/data
-beaker.session.key = waskaweb
+beaker.session.key = mpulsweb
beaker.session.secret = ${app_instance_secret}
app_instance_uuid = ${app_instance_uuid}
Modified: wasko/branches/2.0/mpulsweb.egg-info/top_level.txt
===================================================================
--- wasko/branches/2.0/waskaweb.egg-info/top_level.txt 2010-02-04 11:42:52 UTC (rev 1240)
+++ wasko/branches/2.0/mpulsweb.egg-info/top_level.txt 2010-02-04 14:54:38 UTC (rev 1248)
@@ -1 +1 @@
-waskaweb
+mpulsweb
More information about the Mpuls-commits
mailing list