[Checkins] SVN: zopyx.smartprintng.core/trunk/ updated

Andreas Jung andreas at andreas-jung.com
Wed Oct 22 10:18:20 EDT 2008


Log message for revision 92477:
  updated
  

Changed:
  U   zopyx.smartprintng.core/trunk/buildout.cfg
  U   zopyx.smartprintng.core/trunk/setup.py
  U   zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card.css
  U   zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card2.css

-=-
Modified: zopyx.smartprintng.core/trunk/buildout.cfg
===================================================================
--- zopyx.smartprintng.core/trunk/buildout.cfg	2008-10-22 12:10:49 UTC (rev 92476)
+++ zopyx.smartprintng.core/trunk/buildout.cfg	2008-10-22 14:18:18 UTC (rev 92477)
@@ -1,9 +1,6 @@
 [buildout]
 parts = test 
         scripts
-extensions = gp.svndevelop
-develop = zopyx.convert2
-svn-develop = svn://svn.zope.org/repos/main/zopyx.convert2/trunk/#egg=zopyx.convert2
 
 
 [test]

Modified: zopyx.smartprintng.core/trunk/setup.py
===================================================================
--- zopyx.smartprintng.core/trunk/setup.py	2008-10-22 12:10:49 UTC (rev 92476)
+++ zopyx.smartprintng.core/trunk/setup.py	2008-10-22 14:18:18 UTC (rev 92477)
@@ -31,7 +31,7 @@
           # -*- Extra requirements: -*-
       ],
       extras_require=dict(test=['pysqlite', 'zope.testing']),
-      entry_points={'console_scripts': ['spng-demo = zopyx.smartprintng.core.demo.demo_app:main',
-                                        'spng-demo2 = zopyx.smartprintng.core.demo2.demo_app:main',
+      entry_points={'console_scripts': ['spng-demo=zopyx.smartprintng.core.demo.demo_app:main',
+                                        'spng-demo2=zopyx.smartprintng.core.demo2.demo_app:main',
                          ]},
       )

Modified: zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card.css
===================================================================
--- zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card.css	2008-10-22 12:10:49 UTC (rev 92476)
+++ zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card.css	2008-10-22 14:18:18 UTC (rev 92477)
@@ -44,7 +44,3 @@
                  list-style-position: inside;
              }
 
-            @font-face {
-                font-family: sans-serif;
-                src: local("Trebuchet MS")
-            }

Modified: zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card2.css
===================================================================
--- zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card2.css	2008-10-22 12:10:49 UTC (rev 92476)
+++ zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card2.css	2008-10-22 14:18:18 UTC (rev 92477)
@@ -43,7 +43,3 @@
                  list-style-position: inside;
              }
 
-            @font-face {
-                font-family: sans-serif;
-                src: local("Trebuchet MS")
-            }



More information about the Checkins mailing list