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

Last change on this file since 1496 was 1496, checked in by koval, 14 years ago

updated package to work with a lastest version of quintagroup.transmogrifier

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