-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuildout.cfg
57 lines (41 loc) · 883 Bytes
/
buildout.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
43
44
45
46
47
48
49
50
51
52
53
54
55
[buildout]
extensions =
buildout.dumppickedversions
mr.developer
versions = versions
sources = sources
auto-checkout = *
parts =
instance
zopepy
extends =
http://dist.plone.org/release/4.1.3/versions.cfg
versions.cfg
find-links =
http://dist.plone.org/release/4.1.3
http://dist.plone.org/thirdparty
eggs =
develop = .
# src/collective.piwik.core
#[sources]
#collective.piwiki.core = svn https://svn.plone.org/svn/collective/collective.piwik.core/trunk/
[versions]
collective.piwik.core = 0.3
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
blob-storage = var/blobstorage
eggs =
Zope2
Plone
PILwoTK
plone.reload
collective.piwik.flowplayer
${buildout:eggs}
zcml =
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy