-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path01-third-party-products-03-maps.cfg
43 lines (32 loc) · 1.2 KB
/
01-third-party-products-03-maps.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Buildout Configuration File for Maps products
[buildout]
extends = 01-third-party-products-02-p4a.cfg
########################################################################
# This specifies the names of packages which should be
# checked out during buildout, packages already checked out are skipped.
# You can use * as a wild card for all packages in sources.
auto-checkout +=
Products.Maps
collective.portlet.map
############################################
# Eggs
#
eggs +=
# This product is to provide a very simple to use Google Maps integration for Plone
Products.Maps
# This product is a GMaps integration product.
#Using it you can have a fully functional google map view in a portlet.
collective.portlet.map
############################################
# ZCML Slugs
#
zcml +=
Products.Maps
collective.portlet.map
#####################################################
# This buildout part is to define mr.developer urls
# for donwload the source code from many repositories
#
[sources]
Products.Maps = svn http://svn.plone.org/svn/collective/Products.Maps/trunk/@144602
collective.portlet.map = svn http://svn.plone.org/svn/collective/collective.portlet.map/trunk/@120518