Skip to content

Commit

Permalink
Added canaimagnulinux.userdata product #12
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Aug 29, 2015
1 parent 31738e4 commit 84471b1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildout.cfg
Expand Up @@ -6,6 +6,7 @@ extends =
versions-4.3.x.cfg

auto-checkout =
canaimagnulinux.userdata
canaimagnulinux.web.locales
canaimagnulinux.web.theme
collective.geo.usersmap
Expand Down Expand Up @@ -150,6 +151,7 @@ flake8-extensions =
setuptools =

[sources]
canaimagnulinux.userdata = git https://github.com/CanaimaGNULinux/canaimagnulinux.userdata.git
canaimagnulinux.web.locales = git https://github.com/CanaimaGNULinux/canaimagnulinux.web.locales.git
canaimagnulinux.web.theme = git https://github.com/CanaimaGNULinux/canaimagnulinux.web.theme.git
collective.geo.usersmap = git https://github.com/collective/collective.geo.usersmap.git
2 changes: 2 additions & 0 deletions canaimagnulinux/web/policy/config.py
Expand Up @@ -36,6 +36,7 @@
'Products.PloneServicesCenter',
'Products.FacultyStaffDirectory',
'Products.PloneServicesCenter',
'canaimagnulinux.userdata',
'canaimagnulinux.web.theme',
'collective.cover',
'collective.disqus',
Expand Down Expand Up @@ -87,6 +88,7 @@
'Products.Relations:default',
'Products.membrane:default',
'Products.membrane:examples',
'canaimagnulinux.userdata:default',
'canaimagnulinux.web.theme:default',
'collective.cover:testfixture',
'collective.cover:uninstall',
Expand Down
1 change: 1 addition & 0 deletions canaimagnulinux/web/policy/profiles/default/metadata.xml
Expand Up @@ -8,6 +8,7 @@
<dependency>profile-Products.PloneServicesCenter:default</dependency>
<dependency>profile-Products.PloneSoftwareCenter:default</dependency>
<dependency>profile-plone.app.ldap:ldap</dependency>
<dependency>profile-canaimagnulinux.userdata:default</dependency>
<dependency>profile-canaimagnulinux.web.theme:default</dependency>
<dependency>profile-collective.cover:default</dependency>
<dependency>profile-collective.geo.usersmap:default</dependency>
Expand Down
3 changes: 3 additions & 0 deletions canaimagnulinux/web/policy/testing.py
Expand Up @@ -51,6 +51,9 @@ def setUpZope(self, app, configurationContext):
import plone.app.ldap
self.loadZCML(package=plone.app.ldap)

import canaimagnulinux.userdata
self.loadZCML(package=canaimagnulinux.userdata)

import canaimagnulinux.web.policy
self.loadZCML(package=canaimagnulinux.web.policy)

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -48,6 +48,7 @@
'Products.PloneSoftwareCenter==1.6.4',
'plone.api==1.3.2',
'plone.app.ldap==1.3.1',
'canaimagnulinux.userdata',
'canaimagnulinux.web.theme',
'collective.cover==1.0a11',
'collective.disqus==2.0rc1',
Expand Down

0 comments on commit 84471b1

Please sign in to comment.