Changed collective.contact to collective.contact.widget almost everywhere

This commit is contained in:
Cédric Messiant 2013-03-21 16:39:31 +01:00
parent 16edc7556c
commit 3f6dcd9edc
6 changed files with 10 additions and 9 deletions

View File

@ -1,3 +1,3 @@
====================
collective.contact
====================
========================
collective.contact.widget
=========================

View File

@ -1,5 +1,5 @@
[buildout]
package-name = collective.contact
package-name = collective.contact.widget
package-extras = [test]
extends =

View File

@ -10,13 +10,14 @@ eggs +=
collective.profiler
extensions +=
buildout.dumppickedversions
mr.developer
parts +=
omelette
test
show-picked-versions = true
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}

View File

@ -5,7 +5,7 @@ extends =
https://raw.github.com/plone/buildout.jenkins/master/jenkins-code-analysis.cfg
jenkins-test-eggs = ${buildout:package-name} ${buildout:package-extras}
jenkins-test-directories = src/collective/contact
jenkins-test-directories = src/collective/contact/widget
parts += pylint
@ -21,4 +21,4 @@ arguments = [
'--reports=y',
'--disable=E0611,F0401,W0232,E1101,C0103,C0111,R0201,W0201,R0911,R0904,F0220,E1103,R0901,E0211,E0213,E1002,W0622,C0301,W0212,R0903',
'--generated-members=objects',
] + (sys.argv[1:] or ["${buildout:jenkins-test-directories}"])
] + (sys.argv[1:] or ["${buildout:jenkins-test-directories}"])

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""Installer for the collective.contact package."""
"""Installer for the collective.contact.widget package."""
from setuptools import find_packages
from setuptools import setup

View File

@ -4,7 +4,7 @@
xmlns:grok="http://namespaces.zope.org/grok"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
i18n_domain="collective.contact">
i18n_domain="collective.contact.widget">
<i18n:registerTranslations directory="locales" />