root/juggler/tags/1.1_dr_3/Gatherrc

Revision 9455, 0.8 kB (checked in by patrickh, 6 years ago)

Dump Doozer into the external directory. This makes it easier to install
it with everything else.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 // Juggler dependencies
2 // Run as: cvs-gather.pl
3
4 GMTL
5 {
6    CVSROOT: :pserver:anonymous@cvs.ggt.sourceforge.net:/cvsroot/ggt;
7    Module: GGT/macros         [macros.GGT];
8    Module: GGT/modules/GMTL   [external/GMTL];
9    Tag: HEAD;
10    Path: .;
11 };
12
13 Boost
14 {
15    CVSROOT: :pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost;
16    Module: boost;
17    Tag: Version_1_28_0;
18    Path: external;
19 };
20
21 Doozer      // Get Doozer for makefiles
22 {
23    CVSROOT: :pserver:anonymous@cvs.doozer.sourceforge.net:/cvsroot/doozer;
24    Module: Doozer;
25    Tag: HEAD;
26    Path: external;
27 };
28
29 Doozer++
30 {
31    CVSROOT: :pserver:anonymous@cvs.doozer.sourceforge.net:/cvsroot/doozer;
32    Module: Doozer++;
33    Tag: RELENG_1_5;
34    Path: .;
35 };
36
37 cppdom
38 {
39    CVSROOT:  :pserver:anonymous@cvs.xml-cppdom.sourceforge.net:/cvsroot/xml-cppdom;
40    Module: cppdom;
41    Tag: HEAD;
42    Path: external;
43 };
Note: See TracBrowser for help on using the browser.