Author: ianb
Date: 2009-03-05 10:53:13 -0700 (Thu, 05 Mar 2009)
New Revision: 3799

Modified:
   FormEncode/tags/1.2.2/setup.cfg
Log:
Auto-update of version strings

Modified: FormEncode/tags/1.2.2/setup.cfg
===================================================================
--- FormEncode/tags/1.2.2/setup.cfg     2009-03-05 17:52:56 UTC (rev 3798)
+++ FormEncode/tags/1.2.2/setup.cfg     2009-03-05 17:53:13 UTC (rev 3799)
@@ -1,67 +1,62 @@
+[init_catalog]
+domain = FormEncode
+output_dir = formencode/i18n
+input_file = formencode/i18n/FormEncode.pot
+
 [global]
 command_packages = buildutils.pudge_command, buildutils.publish_command
 
-[egg_info]
-tag_build = dev
-tag_svn_revision = true
+[nosetests]
+detailed-errors = 1
 
+[publish]
+doc-dest = scp://[email protected]/home/groups/f/fo/formencode/htdocs/
+doc-dir = docs/html
+
+[update_catalog]
+domain = FormEncode
+previous = true
+output_dir = formencode/i18n
+input_file = formencode/i18n/FormEncode.pot
+
 [pudge]
-theme = pythonpaste.org
-docs = docs/index.txt docs/Validator.txt docs/ToDo.txt
-       docs/news.txt docs/htmlfill.txt docs/Design.txt
-       docs/community.txt docs/download.txt
-       docs/history.txt docs/i18n.txt
-doc_base = docs/
+organization = FormEncode
+title = FormEncode
 dest = docs/html
+docs = docs/index.txt docs/Validator.txt docs/ToDo.txt
+       docs/news.txt docs/htmlfill.txt docs/Design.txt
+       docs/community.txt docs/download.txt
+       docs/history.txt docs/i18n.txt
+settings = normal_link_color=#083
+       visited_color=#038
+       hover_color=#dfd
+       body_outer_bg_color=#173
+       body_border_color=#0f0
+       nav_container_color=#7d9
+       nav_button_color=#073
+       nav_border_color=#0f5
+       doctitle_color=#009900
+       no_about=true
+       link1=/Validator.html Documentation
 modules = formencode
-exclude_modules = formencode.fields formencode.formgen
-                  formencode.sqlformgen formencode.sqlschema
-title = FormEncode
+doc_base = docs/
+theme = pythonpaste.org
 mailing_list_url = http://formencode.org/community.html
-organization = FormEncode
-settings = normal_link_color=#083
-           visited_color=#038
-           hover_color=#dfd
-           body_outer_bg_color=#173
-           body_border_color=#0f0
-           nav_container_color=#7d9
-           nav_button_color=#073
-           nav_border_color=#0f5
-           doctitle_color=#009900
+exclude_modules = formencode.fields formencode.formgen
+       formencode.sqlformgen formencode.sqlschema
 
-           no_about=true
-           link1=/Validator.html Documentation
-
-[publish]
-doc-dir = docs/html
-doc-dest = scp://[email protected]/home/groups/f/fo/formencode/htdocs/
-
-[aliases]
-distribute = register sdist bdist_egg upload pudge publish
-
-[nosetests]
-detailed-errors = 1
-
-# Babel configuration
 [compile_catalog]
-domain = FormEncode
 directory = formencode/i18n
+domain = FormEncode
 statistics = true
 
 [extract_messages]
-add_comments = TRANSLATORS:
-output_file = formencode/i18n/FormEncode.pot
 charset = utf-8
-msgid_bugs_address = [email protected]
+output_file = formencode/i18n/FormEncode.pot
 width = 80
+msgid_bugs_address = [email protected]
+add_comments = TRANSLATORS:
 
-[init_catalog]
-domain = FormEncode
-input_file = formencode/i18n/FormEncode.pot
-output_dir = formencode/i18n
+[aliases]
+distribute = register sdist bdist_egg upload pudge publish
 
-[update_catalog]
-domain = FormEncode
-input_file = formencode/i18n/FormEncode.pot
-output_dir = formencode/i18n
-previous = true


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
FormEncode-CVS mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/formencode-cvs

Reply via email to