Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Oct 2, 2014
1 parent f24bdf3 commit 8c0a05f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 46 deletions.
20 changes: 1 addition & 19 deletions quintagroup/slidertemplates/configure.zcml
@@ -1,36 +1,18 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:five="http://namespaces.zope.org/five"
xmlns:plone="http://namespaces.plone.org/plone"
xmlns:zcml="http://namespaces.zope.org/zcml"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
i18n_domain="quintagroup.slidertemplates">

<five:registerPackage package="." initialize=".initialize" />
<include package=".browser" />

<genericsetup:importStep
name="quintagroup.slidertemplates.initialsetup"
title="migrate content from AT to DX"
description=""
handler=".setuphandlers.initialsetup"
/>
<genericsetup:registerProfile
name="initialsetup"
title="quintagroup.slidertemplates initialsetup (run-once)"
directory="profiles/initialsetup"
description="Installs the quintagroup.slidertemplates package"
provides="Products.GenericSetup.interfaces.EXTENSION"
/>
<genericsetup:registerProfile
name="default"
title="quintagroup.slidertemplates default"
title="quintagroup.slidertemplates"
directory="profiles/default"
description="Installs the quintagroup.slidertemplates package"
provides="Products.GenericSetup.interfaces.EXTENSION"
/>

<!-- -*- extra stuff goes here -*- -->

</configure>
Empty file.
27 changes: 0 additions & 27 deletions quintagroup/slidertemplates/setuphandlers.py

This file was deleted.

0 comments on commit 8c0a05f

Please sign in to comment.