-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b38068
commit 4ab9d49
Showing
5 changed files
with
1,053 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# -*- coding: utf-8 -*- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<configure | ||
xmlns="http://namespaces.zope.org/zope" | ||
xmlns:gs="http://namespaces.zope.org/genericsetup" | ||
xmlns:i18n="http://namespaces.zope.org/i18n" | ||
xmlns:zcml="http://namespaces.zope.org/zcml" | ||
i18n_domain="brasil.gov.vcge"> | ||
|
||
<!-- Profile --> | ||
<gs:registerProfile | ||
name="default" | ||
title="brasil.gov.vcge: Versao 2010" | ||
directory="profile" | ||
description="Atualiza o pacote brasil.gov.vcge para versao 2010" | ||
provides="Products.GenericSetup.interfaces.EXTENSION" | ||
i18n:attributes="title; description" | ||
/> | ||
|
||
<!-- Upgrade --> | ||
<gs:upgradeSteps | ||
source="2000" | ||
destination="2010" | ||
profile="brasil.gov.vcge:default"> | ||
|
||
<gs:upgradeStep | ||
title="Atualiza portal para versao 2010" | ||
description="Adiciona configuracao para VCGE em Colecoes" | ||
handler=".handler.apply_profile" | ||
/> | ||
|
||
</gs:upgradeSteps> | ||
|
||
|
||
</configure> |
Oops, something went wrong.