[Checkins] SVN: hurry.slimbox/trunk/s Changed the tests for the new resources location. Now using the library version number for the package.

Souheil CHELFOUH souheil at chelfouh.com
Sun Dec 27 16:12:42 EST 2009


Log message for revision 107182:
  Changed the tests for the new resources location. Now using the library version number for the package.
  

Changed:
  U   hurry.slimbox/trunk/setup.py
  U   hurry.slimbox/trunk/src/hurry/slimbox/slimbox.txt

-=-
Modified: hurry.slimbox/trunk/setup.py
===================================================================
--- hurry.slimbox/trunk/setup.py	2009-12-27 21:09:39 UTC (rev 107181)
+++ hurry.slimbox/trunk/setup.py	2009-12-27 21:12:41 UTC (rev 107182)
@@ -2,7 +2,7 @@
 import os
 
 SLIMBOX_VERSION = '2.03'
-version = '0.1'
+version = '2.03'
 
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
@@ -21,7 +21,7 @@
     description="hurry.resource style resources for Slimbox.",
     long_description=long_description,
     classifiers=[],
-    keywords='',
+    keywords='jQuery Slimbox Zope3 Popup',
     author='Souheil Chelfouh',
     author_email='trollfot at gmail.com',
     license='ZPL 2.1',

Modified: hurry.slimbox/trunk/src/hurry/slimbox/slimbox.txt
===================================================================
--- hurry.slimbox/trunk/src/hurry/slimbox/slimbox.txt	2009-12-27 21:09:39 UTC (rev 107181)
+++ hurry.slimbox/trunk/src/hurry/slimbox/slimbox.txt	2009-12-27 21:12:41 UTC (rev 107182)
@@ -23,9 +23,8 @@
   >>> needed = NeededInclusions()
   >>> needed.need(slimbox)
   >>> print needed.render()
-  <link rel="stylesheet" type="text/css" href="http://localhost/static/SlimboxLibrary/slimbox-2.03/css/slimbox2.css" />
+  <link rel="stylesheet" type="text/css" href="http://localhost/static/SlimboxLibrary/css/slimbox2.css" />
   <script type="text/javascript" src="http://localhost/static/jquery/jquery-1.3.2.js"></script>
-  <script type="text/javascript"
-  src="http://localhost/static/SlimboxLibrary/slimbox-2.03/js/slimbox2.js"></script>
+  <script type="text/javascript" src="http://localhost/static/SlimboxLibrary/js/slimbox2.js"></script>
 
 """



More information about the checkins mailing list