source: products/quintagroup.transmogrifier.pfm2pfg/trunk/quintagroup/transmogrifier/pfm2pfg/tests/test_import.zcml @ 330

Last change on this file since 330 was 323, checked in by piv, 18 years ago

corrected mistake

File size: 533 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:transmogrifier="http://namespaces.plone.org/transmogrifier">
4
5    <utility
6        component=".test_import.Source"
7        name="quintagroup.transmogrifier.pfm2pfg.tests.source"
8        />
9
10    <transmogrifier:registerConfig
11        name="test_import"
12        title="Import pipeline configuration"
13        description="Customized for PloneFormMailer/PloneFormGen content types content import pipeline."
14        configuration="test_import.cfg"
15        />
16
17</configure>
Note: See TracBrowser for help on using the repository browser.