File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ zope-conf-additional =
86
86
<product-config imio.dms.mail>
87
87
plone-path ${port:plone-path}
88
88
</product-config>
89
+ <product-config imio.fpaudit>
90
+ plone-path ${port:plone-path}
91
+ </product-config>
89
92
environment-vars =
90
93
PYTHON_EGG_CACHE ${buildout:directory}/python-eggs
91
94
zope_i18n_compile_mo_files true
@@ -98,6 +101,7 @@ eggs =
98
101
${buildout:eggs}
99
102
collective.upgrade
100
103
imio.dms.policy
104
+ imio.fpaudit
101
105
# plone4.csrffixes
102
106
# Products.PrintingMailHost
103
107
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ auto-checkout +=
62
62
imio.dataexchange.core
63
63
imio.dms.policy
64
64
imio.dms.soap2pm
65
+ imio.fpaudit
65
66
imio.helpers
66
67
imio.history
67
68
imio.migrator
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ imio.dms.policy = git ${remotes:imio}/imio.dms.policy.git pushurl=${remotes:imio
56
56
imio.dms.soap2pm = git ${remotes:imio}/imio.dms.soap2pm.git pushurl =${remotes:imio_push}/imio.dms.soap2pm.git
57
57
imio.dms.ws = git ${remotes:imio}/imio.dms.ws.git pushurl =${remotes:imio_push}/imio.dms.ws.git
58
58
imio.email.parser = git ${remotes:imio}/imio.email.parser.git pushurl =${remotes:imio_push}/imio.email.parser.git
59
+ imio.fpaudit = git ${remotes:imio}/imio.fpaudit.git pushurl =${remotes:imio_push}/imio.fpaudit.git
59
60
imio.helpers = git ${remotes:imio}/imio.helpers.git pushurl =${remotes:imio_push}/imio.helpers.git
60
61
imio.history = git ${remotes:imio}/imio.history.git pushurl =${remotes:imio_push}/imio.history.git
61
62
imio.migrator = git ${remotes:imio}/imio.migrator.git pushurl =${remotes:imio_push}/imio.migrator.git
You can’t perform that action at this time.
0 commit comments