[Checkins] SVN: megrok.z3cform.tabular/trunk/ Preparing release 0.1

Christian Klinger cklinger at novareto.de
Mon Oct 26 11:06:41 EDT 2009


Log message for revision 105297:
  Preparing release 0.1

Changed:
  U   megrok.z3cform.tabular/trunk/buildout.cfg
  U   megrok.z3cform.tabular/trunk/docs/HISTORY.txt
  U   megrok.z3cform.tabular/trunk/src/megrok/z3cform/tabular/README.txt

-=-
Modified: megrok.z3cform.tabular/trunk/buildout.cfg
===================================================================
--- megrok.z3cform.tabular/trunk/buildout.cfg	2009-10-26 15:05:07 UTC (rev 105296)
+++ megrok.z3cform.tabular/trunk/buildout.cfg	2009-10-26 15:06:41 UTC (rev 105297)
@@ -1,21 +1,10 @@
 [buildout]
 develop = .
-parts = sources test
+parts = test
 extends = http://grok.zope.org/releaseinfo/grok-1.0.cfg
 versions = versions
 newest = false
 
-[versions]
-z3c.pagelet = 1.0.3
-megrok.z3ctable >= 1.3.0
-
-[sources]
-recipe = infrae.subversion
-urls = 
-   svn://svn.zope.org/repos/main/Sandbox/cklinger/megrok.z3cform.ui/trunk megrok.z3cform.ui
-as_eggs = True
-
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = 

Modified: megrok.z3cform.tabular/trunk/docs/HISTORY.txt
===================================================================
--- megrok.z3cform.tabular/trunk/docs/HISTORY.txt	2009-10-26 15:05:07 UTC (rev 105296)
+++ megrok.z3cform.tabular/trunk/docs/HISTORY.txt	2009-10-26 15:06:41 UTC (rev 105297)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.1 (xxxx-xx-xx)
+0.1 (2009-10-26)
 ----------------
 
 * Initial release

Modified: megrok.z3cform.tabular/trunk/src/megrok/z3cform/tabular/README.txt
===================================================================
--- megrok.z3cform.tabular/trunk/src/megrok/z3cform/tabular/README.txt	2009-10-26 15:05:07 UTC (rev 105296)
+++ megrok.z3cform.tabular/trunk/src/megrok/z3cform/tabular/README.txt	2009-10-26 15:06:41 UTC (rev 105297)
@@ -11,7 +11,7 @@
  - delete 
  - change workflow state
 
-´megrok.z3cform.tabular´ is based on these existing megrok packages
+megrok.z3cform.tabular is based on these existing megrok packages:
 
  - megrok.layout
  - megrok.z3ctable
@@ -22,7 +22,7 @@
 Example
 -------
 
-First we have to setup a container with some objects...
+First we have to setup a container with some objects.
 
    >>> from zope.app.testing.functional import getRootFolder
    >>> root = getRootFolder()



More information about the checkins mailing list