r2077 - in zope-atextensions (24 files)

mckinstry at users.alioth.debian.org mckinstry at users.alioth.debian.org
Thu May 27 11:21:56 UTC 2010


    Date: Thursday, May 27, 2010 @ 11:21:50
  Author: mckinstry
Revision: 2077

Fix svn layout errors

Added:
  zope-atextensions/trunk/debian/zope-atextensions.docs
Modified:
  zope-atextensions/trunk/debian/changelog
  zope-atextensions/trunk/debian/compat
  zope-atextensions/trunk/debian/control
  zope-atextensions/trunk/debian/dzproduct
  zope-atextensions/trunk/debian/rules
Deleted:
  zope-atextensions/CHANGES.txt
  zope-atextensions/Extensions/
  zope-atextensions/README
  zope-atextensions/__init__.py
  zope-atextensions/ateapi.py
  zope-atextensions/config.py
  zope-atextensions/configure.zcml
  zope-atextensions/datatype/
  zope-atextensions/examples/
  zope-atextensions/field/
  zope-atextensions/i18n/
  zope-atextensions/profiles/
  zope-atextensions/setuphandlers.py
  zope-atextensions/skins/
  zope-atextensions/svn-commit.tmp
  zope-atextensions/validator/
  zope-atextensions/version.txt
  zope-atextensions/widget/

Deleted: zope-atextensions/CHANGES.txt
===================================================================
--- zope-atextensions/CHANGES.txt	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/CHANGES.txt	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,127 +0,0 @@
-from 0.9.1 to 0.9.2
-
- - Made the combo_widget more configurable.
-   Thanks to Per Erik Strandberg for the patch. [raphael]
-
- - Made the demarshalling of records fields more robust.
-   Thanks to Lucie Lejard for spotting this and for the patch.
-   [raphael]
-
-from 0.9.0 to 0.9.1
-
- - Fixed the CommentWidget to not be inline-editable in Plone 3.0.
-   [hannosch]
-
- - Added two extension profiles: one called 'default' with everything except
-   the demo types and another one called 'demotypes' for nothing but the
-   demo types.
-
-from 0.8 to 0.9
-
- - Added the SmartEmailField/Widget from Johannes Wille.
-   See the doc string in widget.smartemail.SmartEmailWidget
-   for more. Thanks Johannes!
-
- - reenabled the demo types but now controlled by a flag in the config file
-
- - made the insane 'email' masking a bit less insane
-
- - introduced a flag 'add_select' in 'getDisplyList' to control the addition
-   of the null entry ('Select'). Defaults to True 
-
- - bugfix in the new i18n support (missing domain in widget)
-
-from 0.7.2 to 0.8
-
- - improved i18n support [Mike Gabriel]
-
- - added 'comment' field (lets you include formattable narrative 
-   in edit forms)
-
- - first draft of a 'remotetext' field (not yet working)
-   (the idea is to have a field pull its text from a remote source 
-   but also to be able to customize the text if needed)
-
-from 0.7.1 to 0.7.2
-
- - fixed bug when deleting more than one entry from a list of records
-   using the records widget (thanks to Mike Gabriel for spotting the
-   bug and to Frank Bennett for the fix)
-
-from 0.7 to 0.7.1
-
- - fixed references to deprecated calendar_slot [David Siedband]
-
- - extended Record.getVocabularyFor to accept the use of DisplayLists
-   as subfield_vocabulary entries and to raise errors if a valid
-   DisplayLists was not returned from an expression. [DWM]
-
-from 0.6 to 0.7
-
- - add the 'formattable name(s)' data types, fields, and widgets
-
-from 0.5 to 0.6
-
- - rearranged almost everything to be inline with AT-1.4's
-   architecture
-
- - made it backwards compatible with AT-1.2 again
-   (hopefully)
-
- - added postprocessing to the URL widget to supply http as
-   default protocol if no-one is supplied.
-
-from 0.4 to 0.5
-
- - added ComboWidget and combo_widget.pt to create combo boxes
-   where users can select a value or specify one freely
-   it they select 'other'.
-
- - added a 'delete' flag to each record in RecordsWidget's
-   edit macro.
-
- - added an optional 'maxlenth' attribute for subfields
-
- - added subfield validation; from now on AT 1.3 is required
-   (I think)
-
- - updated the demo type (WorkingGroup) to use subfield validation
-   for the 'homepage' subfield in e-contact
-
-from 0.3 to 0.4:
-
- - added a 'delete all entries' checkbox to the records widget
-
- - added 'minimalSize' and 'maximalSize' to the RecordsField's 
-   properties to enable better control of the number of lines 
-   offered in the edit form
-
- - do not override 'content_edit' anymore; configure the form 
-   controller on install instead and add a custom 'more_edit'
-   to be called when 'more' is pressed (only slight extension 
-   to the original 'content_edit' but I couldn't get around 
-   otherwise with the references - thanks to Roché Compaan
-   for a valuable hint).
-
- - Record(s)Field should now work with schemata or portal_factory
-   without the risc of data loss
-
- - adapted the demo content type ('WorkingGroup') to reflect the
-   above changes and made it demonstrate how to enable the 
-   date picker box for a DateTime subfield
-
- - added support for 'int', 'long' and 'float' as subfield types
-   in RecordField and RecordsField.
-
-from 0.2 to 0.3:
-
- - made compliant with the new security policy for archetypes 1.3:
-   Registered the UrlField/Widget and replaced 'getRaw' in the
-   Record(s)Widget by an appropriate indirect call to the edit 
-   accessor.
-
-from 0.1 to 0.2:
-
- - added a RecordsField and -Widget (records are a list of record objects)
-
- - improved the RecordWidget's view macro (empty subfields are not rendered)

Deleted: zope-atextensions/README
===================================================================
--- zope-atextensions/README	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/README	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,25 +0,0 @@
-
-Welcome to ATExtensions
-
-
-This package provides some further fields and widgets
-for archetypes.
-
-So far, the Record(s)Field/Widget are the most generic 
-ones and the FormattableName(s) are the most advanced
-application thereof.
-
-
-To demonstrate usage, there are demo content types 
-called 'WorkingGroup' and 'FormattbleNameDemo'. 
-To enable it after install, go to portal types and 
-make them implicitly addable or include 
-it in some folderish type's 'allowed_content_types'
-(old way) or load the demo profile (new way).
-
-ATExtensions are installable in the Plone 2.1, 2.5,
-and 3.0 series.
-
-Enjoy,
-
-	Raphael (r.ritz at biologie.hu-berlin.de)

Deleted: zope-atextensions/__init__.py
===================================================================
--- zope-atextensions/__init__.py	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/__init__.py	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,40 +0,0 @@
-##########################################################################
-#                                                                        #
-#           copyright (c) 2004 ITB, Humboldt-University Berlin           #
-#           written by: Raphael Ritz, r.ritz at biologie.hu-berlin.de       #
-#                                                                        #
-##########################################################################
-
-"""package installer"""
-
-from Products.CMFCore import utils
-from Products.CMFCore.DirectoryView import registerDirectory
-from Products.Archetypes.public import process_types, listTypes
-from config import *
-
-# the custom validator
-from Products.validation import validation
-from validator.isPartialUrl import PartialUrlValidator
-validation.register(PartialUrlValidator('isPartialUrl'))
-
-# the demo content types
-from examples import demo, formattablename
-
-# backwards compatibility
-import sys
-import ateapi
-sys.modules['Products.ATExtensions.at_extensions'] = ateapi
-
-registerDirectory(SKINS_DIR, GLOBALS)
-
-def initialize(context):
-    content_types, constructors, ftis = process_types(
-        listTypes(PROJECTNAME),
-        PROJECTNAME)
-    utils.ContentInit(
-        PROJECTNAME + ' Content',
-        content_types      = content_types,
-        permission         = ADD_CONTENT_PERMISSION,
-        extra_constructors = constructors,
-        fti                = ftis,
-        ).initialize(context)

Deleted: zope-atextensions/ateapi.py
===================================================================
--- zope-atextensions/ateapi.py	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/ateapi.py	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,8 +0,0 @@
-# the datatypes
-from Products.ATExtensions.datatype import *
-# the fields
-from Products.ATExtensions.field import *
-# the widgets
-from Products.ATExtensions.widget import *
-# the utilities
-from Products.ATExtensions.Extensions.utils import getDisplayList

Deleted: zope-atextensions/config.py
===================================================================
--- zope-atextensions/config.py	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/config.py	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,269 +0,0 @@
-# just to be compatible with the general AT approach
-
-from Products.CMFCore.permissions import AddPortalContent
-
-ADD_CONTENT_PERMISSION = AddPortalContent
-PROJECTNAME = "ATExtensions"
-SKINS_DIR = 'skins'
-GLOBALS = globals()
-
-INSTALL_DEMO_TYPES = True
-INSTALL_DEMO_TYPES = False
-
-try:
-    from Products.validation import ValidationChain
-    HAS_VALIDATION_CHAIN = 1
-except ImportError:
-    HAS_VALIDATION_CHAIN = 0
-
-PHONE_NUMBER_TYPES = [
-    "Office",
-    "Secretariat",
-    "Laboratory",
-    "Mobile",
-    "Fax",
-    "Private",
-    ]
-
-COUNTRY_NAMES = [
-    "Afghanistan",
-    "Albania",
-    "Algeria",
-    "American Samoa",
-    "Andorra",
-    "Angola",
-    "Anguilla",
-    "Antarctica",
-    "Antigua Barbuda",
-    "Argentina",
-    "Armenia",
-    "Aruba",
-    "Australia",
-    "Austria",
-    "Azerbaijan",
-    "Bahamas",
-    "Bahrain",
-    "Bangladesh",
-    "Barbados",
-    "Belarus",
-    "Belgium",
-    "Belize",
-    "Benin",
-    "Bermuda",
-    "Bhutan",
-    "Bolivia",
-    "Bosnia Herzegovina",
-    "Botswana",
-    "Bouvet Island",
-    "Brazil",
-    "British Indian Ocean Territory",
-    "Brunei Darussalam",
-    "Bulgaria",
-    "Burkina Faso",
-    "Burundi",
-    "Cambodia",
-    "Cameroon",
-    "Canada",
-    "Cape Verde",
-    "Cayman Islands",
-    "Central African Republic",
-    "Chad",
-    "Chile",
-    "China",
-    "Christmas Island",
-    "Cocos (Keeling) Islands",
-    "Colombia",
-    "Comoros",
-    "Congo",
-    "Congo, Democratic Republic",
-    "Cook Islands",
-    "Costa Rica",
-    "Cote D'Ivoire",
-    "Croatia",
-    "Cuba",
-    "Cyprus",
-    "Czech Republic",
-    "Denmark",
-    "Djibouti",
-    "Dominica",
-    "Dominican Republic",
-    "Ecuador",
-    "Egypt",
-    "El Salvador",
-    "Equatorial Guinea",
-    "Eritrea",
-    "Estonia",
-    "Ethiopia",
-    "Falkland Islands (Malvinas)",
-    "Faroe Islands",
-    "Fiji",
-    "Finland",
-    "France",
-    "French Guiana",
-    "French Polynesia",
-    "French Southern Territories",
-    "Gabon",
-    "Gambia",
-    "Georgia",
-    "Germany",
-    "Ghana",
-    "Gibraltar",
-    "Greece",
-    "Greenland",
-    "Grenada",
-    "Guadeloupe",
-    "Guam",
-    "Guatemala",
-    "Guinea",
-    "Guinea-Bissau",
-    "Guyana",
-    "Haiti",
-    "Heard Island Mcdonald Islands",
-    "Holy See (Vatican City State)",
-    "Honduras",
-    "Hong Kong",
-    "Hungary",
-    "Iceland",
-    "India",
-    "Indonesia",
-    "Iran, Islamic Republic",
-    "Iraq",
-    "Ireland",
-    "Israel",
-    "Italy",
-    "Jamaica",
-    "Japan",
-    "Jordan",
-    "Kazakhstan",
-    "Kenya",
-    "Kiribati",
-    "Korea, Democratic People's Republic",
-    "Korea, Republic",
-    "Kuwait",
-    "Kyrgyzstan",
-    "Lao People's Democratic Republic",
-    "Latvia",
-    "Lebanon",
-    "Lesotho",
-    "Liberia",
-    "Libyan Arab Jamahiriya",
-    "Liechtenstein",
-    "Lithuania",
-    "Luxembourg",
-    "Macao",
-    "Macedonia, Former Yugoslav Republic",
-    "Madagascar",
-    "Malawi",
-    "Malaysia",
-    "Maldives",
-    "Mali",
-    "Malta",
-    "Marshall Islands",
-    "Martinique",
-    "Mauritania",
-    "Mauritius",
-    "Mayotte",
-    "Mexico",
-    "Micronesia, Federated States",
-    "Moldova, Republic",
-    "Monaco",
-    "Mongolia",
-    "Montserrat",
-    "Morocco",
-    "Mozambique",
-    "Myanmar",
-    "Namibia",
-    "Nauru",
-    "Nepal",
-    "Netherlands",
-    "Netherlands Antilles",
-    "New Caledonia",
-    "New Zealand",
-    "Nicaragua",
-    "Niger",
-    "Nigeria",
-    "Niue",
-    "Norfolk Island",
-    "Northern Mariana Islands",
-    "Norway",
-    "Oman",
-    "Pakistan",
-    "Palau",
-    "Palestinian Territory, Occupied",
-    "Panama",
-    "Papua New Guinea",
-    "Paraguay",
-    "Peru",
-    "Philippines",
-    "Pitcairn",
-    "Poland",
-    "Portugal",
-    "Puerto Rico",
-    "Qatar",
-    "Reunion",
-    "Romania",
-    "Russian Federation",
-    "Rwanda",
-    "Saint Helena",
-    "Saint Kitts Nevis",
-    "Saint Lucia",
-    "Saint Pierre Miquelon",
-    "Saint Vincent Grenadines",
-    "Samoa",
-    "San Marino",
-    "Sao Tome Principe",
-    "Saudi Arabia",
-    "Senegal",
-    "Serbia Montenegro",
-    "Seychelles",
-    "Sierra Leone",
-    "Singapore",
-    "Slovakia",
-    "Slovenia",
-    "Solomon Islands",
-    "Somalia",
-    "South Africa",
-    "South Georgia South Sandwich Islands",
-    "Spain",
-    "Sri Lanka",
-    "Sudan",
-    "Suriname",
-    "Svalbard Jan Mayen",
-    "Swaziland",
-    "Sweden",
-    "Switzerland",
-    "Syrian Arab Republic",
-    "Taiwan, Province China",
-    "Tajikistan",
-    "Tanzania, United Republic",
-    "Thailand",
-    "Timor-Leste",
-    "Togo",
-    "Tokelau",
-    "Tonga",
-    "Trinidad Tobago",
-    "Tunisia",
-    "Turkey",
-    "Turkmenistan",
-    "Turks Caicos Islands",
-    "Tuvalu",
-    "Uganda",
-    "Ukraine",
-    "United Arab Emirates",
-    "United Kingdom",
-    "United States",
-    "United States Minor Outlying Islands",
-    "Uruguay",
-    "Uzbekistan",
-    "Vanuatu",
-    "Venezuela",
-    "Vietnam",
-    "Virgin Islands, British",
-    "Virgin Islands, U.S.",
-    "Wallis Futuna",
-    "Western Sahara",
-    "Yemen",
-    "Zambia",
-    "Zimbabwe",
-    ]
-

Deleted: zope-atextensions/configure.zcml
===================================================================
--- zope-atextensions/configure.zcml	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/configure.zcml	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,25 +0,0 @@
-<configure
-    xmlns="http://namespaces.zope.org/zope"
-    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
-    i18n_domain="plone">
-
-
-  <!-- profiles -->
-
-  <genericsetup:registerProfile
-      name="default"
-      title="ATExtensions"
-      description="Additional fields and widgets for archetypes"
-      provides="Products.GenericSetup.interfaces.EXTENSION"
-      for="Products.CMFCore.interfaces.ISiteRoot"
-      />
-
-  <genericsetup:registerProfile
-      name="demotypes"
-      title="ATExtensions - Demotypes"
-      description="Demotypes from ATExtensions"
-      provides="Products.GenericSetup.interfaces.EXTENSION"
-      for="Products.CMFCore.interfaces.ISiteRoot"
-      />
-
-</configure>

Deleted: zope-atextensions/setuphandlers.py
===================================================================
--- zope-atextensions/setuphandlers.py	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/setuphandlers.py	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,24 +0,0 @@
-# an 'import_various' step to deal with form controller settings
-# as there seems to be no support for doing this via GS at the moment
-# (March 12, 2007)
-
-def importVarious(context):
-    """ Import various settings for ATExtensions
-
-    This provisional handler will be removed again as soon as
-    full handlers are implemented for this step.
-    """
-    site = context.getSite()
-    pfc = site.portal_form_controller
-    pfc.addFormValidators('base_edit',
-                          '',   # context_type
-                          'more',
-                          '')   # validators
-    pfc.addFormAction('base_edit',
-                      'success',
-                      '',    # context_type
-                      'more',
-                      'traverse_to',
-                      'string:more_edit')
-    return "Added validator and action for the 'more' button to " \
-           "the form controller."

Deleted: zope-atextensions/svn-commit.tmp
===================================================================
--- zope-atextensions/svn-commit.tmp	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/svn-commit.tmp	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,4 +0,0 @@
-Initial import
---This line, and those below, will be ignored--
-
-A    .

Modified: zope-atextensions/trunk/debian/changelog
===================================================================
--- zope-atextensions/trunk/debian/changelog	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/trunk/debian/changelog	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,3 +1,33 @@
+zope-atextensions (0.9.2-4) unstable; urgency=low
+
+  * Rebuild  to fix dependencies on zope. Closes: #566127.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Tue, 25 May 2010 07:28:39 +0100
+
+zope-atextensions (0.9.2-3) unstable; urgency=low
+
+  * Move to Standards-Version: 3.8.4 
+  * Move to debhelper 7 form of rules file
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 04 Feb 2010 14:51:25 +0000
+
+zope-atextensions (0.9.2-2) unstable; urgency=low
+
+  * Change maintainer to Debian/Ubuntu Zope Team, adding myself as Uploader.
+  * Moved to Standards-Version: 3.8.1
+  * Moved to debhelper 7. 
+  * Added Homepage: to control file.
+  * Fixed script permissions on i18ncall.sh.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 11 Jun 2009 20:01:21 +0100
+
+zope-atextensions (0.9.2-1) unstable; urgency=low
+
+  * Move to new release.
+  * Move to Policy version 3.7.3. No changes required.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 06 Mar 2008 20:47:12 +0000
+
 zope-atextensions (0.8.0-1) unstable; urgency=low
 
   * Initial release. Closes: #414627.

Modified: zope-atextensions/trunk/debian/compat
===================================================================
--- zope-atextensions/trunk/debian/compat	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/trunk/debian/compat	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1 +1 @@
-5
+7

Modified: zope-atextensions/trunk/debian/control
===================================================================
--- zope-atextensions/trunk/debian/control	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/trunk/debian/control	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,14 +1,20 @@
 Source: zope-atextensions
-Section: web
+Section: zope
 Priority: optional
-Maintainer: Alastair McKinstry <mckinstry at debian.org>
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: zope-debhelper (>= 0.3.2.7)
-Standards-Version: 3.7.2
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Alastair McKinstry <mckinstry at debian.org>
+Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
+XS-Python-Version: all
+XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope-atextensions
+Homepage: http://plone.org/products/atextensions
+Standards-Version: 3.8.4
 
-Package: zope-atextensions
+Package: python-zope-atextensions
 Architecture: all
-Depends: ${zope:Depends}
+Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${pydeb:Recommends}
+Provides: ${pydeb:Provides}, ${python:Provides}
+Suggests: ${pydeb:Suggests}
 Description: Extensions to Archetypes in Zope
  This package provides some extensions to archetypes.
  .

Modified: zope-atextensions/trunk/debian/dzproduct
===================================================================
--- zope-atextensions/trunk/debian/dzproduct	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/trunk/debian/dzproduct	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,3 +1,3 @@
 Name: ATExtensions
 Package: zope-atextensions
-ZopeVersions: 2.9 2.8 2.7
+ZopeVersions: 3.0 2.10 2.9 2.8 2.7

Modified: zope-atextensions/trunk/debian/rules
===================================================================
--- zope-atextensions/trunk/debian/rules	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/trunk/debian/rules	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,44 +1,11 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-stamp
-build-stamp:
-	touch build-stamp
+%:
+	dh --with pydeb --with python-central $@
 
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	dh_installzope  .
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs -n
-	dh_installexamples
-	dh_installchangelogs 
-	dh_link
-	dh_compress
-	chmod +x debian/zope*/usr/share/zope/Products/ATExtensions/i18n/i18nCall.sh
+override_dh_fixperms:
 	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch:
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary install
+	chmod +x debian/zope-atextensions/usr/share/zope/Products/ATExtensions/i18n/i18nCall.sh

Added: zope-atextensions/trunk/debian/zope-atextensions.docs
===================================================================
--- zope-atextensions/trunk/debian/zope-atextensions.docs	                        (rev 0)
+++ zope-atextensions/trunk/debian/zope-atextensions.docs	2010-05-27 11:21:50 UTC (rev 2077)
@@ -0,0 +1 @@
+README

Deleted: zope-atextensions/version.txt
===================================================================
--- zope-atextensions/version.txt	2010-05-27 11:17:13 UTC (rev 2076)
+++ zope-atextensions/version.txt	2010-05-27 11:21:50 UTC (rev 2077)
@@ -1,2 +0,0 @@
-0.9.2
-




More information about the pkg-zope-developers mailing list