source: products/quintagroup.transmogrifier.simpleblog2quills/trunk/quintagroup/transmogrifier/simpleblog2quills/tests/test_import.zcml @ 1489

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

reverted to correct package name in tests

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