~tsep-dev/tsep/2.x

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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
; The goal here is eventually to move all the external dependencies
; out of the bzr branch and register them as external code imports.
; However, this takes quite a bit of time, so I'm just doing that on
; demand; eventually they'll all be added.

[symfony]
    bzr=lp:~xaav/tsep/symfony

;[twig]
;    git=http://github.com/fabpot/Twig.git
;
;[monolog]
;    git=http://github.com/Seldaek/monolog.git
;
;[doctrine-common]
;    git=http://github.com/doctrine/common.git
;    version=origin/3.0.x
;
;[doctrine-dbal]
;    git=http://github.com/doctrine/dbal.git
;
;[doctrine]
;    git=http://github.com/doctrine/doctrine2.git
;
;[swiftmailer]
;    git=http://github.com/swiftmailer/swiftmailer.git
;    version=origin/4.1
;
;[assetic]
;    git=http://github.com/kriswallsmith/assetic.git
;
;[twig-extensions]
;    git=http://github.com/fabpot/Twig-extensions.git
;
;[metadata]
;    git=http://github.com/schmittjoh/metadata.git
;
;[SensioFrameworkExtraBundle]
;    git=http://github.com/sensio/SensioFrameworkExtraBundle.git
;    target=/bundles/Sensio/Bundle/FrameworkExtraBundle
;
;[JMSSecurityExtraBundle]
;    git=http://github.com/schmittjoh/JMSSecurityExtraBundle.git
;    target=/bundles/JMS/SecurityExtraBundle
;
;[SensioDistributionBundle]
;    git=http://github.com/sensio/SensioDistributionBundle.git
;    target=/bundles/Sensio/Bundle/DistributionBundle
;
;[AsseticBundle]
;    git=http://github.com/symfony/AsseticBundle.git
;    target=/bundles/Symfony/Bundle/AsseticBundle
;    
;[FOSUserBundle]
;    git=git://github.com/FriendsOfSymfony/FOSUserBundle.git
;    target=/bundles/FOS/UserBundle
;    
[XaavQueueBundle]
    bzr=lp:~xaav/tsep/xaavqueuebundle
    target=/bundles/Xaav/QueueBundle
;    
;[SonataAdminBundle]
;    git=git://github.com/sonata-project/SonataAdminBundle.git
;    target=/bundles/Sonata/Adminbundle
;
;[SonatajQueryBundle]
;    git=git://github.com/sonata-project/SonatajQueryBundle.git
;    target=/bundles/Sonata/jQueryBundle
;    
;[SonataBluePrintBundle]
;    git=git://github.com/sonata-project/SonataBluePrintBundle.git
;    target=/bundles/Sonata/BluePrintBundle
;
;[KnpMenuBundle]
;    git=git://github.com/knplabs/KnpMenuBundle.git
;    target=/bundles/Knp/Bundle/MenuBundle
;    
;[SensioGeneratorBundle]
;    git=http://github.com/sensio/SensioGeneratorBundle.git
;    target=/bundles/Sensio/Bundle/GeneratorBundle