root/juggler/tags/2.0_alpha_2/Gatherrc

Revision 13005, 1.0 kB (checked in by aronb, 5 years ago)

Making final comments for Alpha2 release and setting the time that we should specified when we gather dependencies.

Submitted by:
Reviewed by:
Approved by:
Obtained from:

  • 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    Date: 07/01/2003 03:30:56 UTC;
11    Path: .;
12 };
13
14 Boost
15 {
16    CVSROOT: :pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost;
17    Module: boost;
18    Tag: Version_1_30_0;
19    Path: external;
20 };
21
22 Doozer      // Get Doozer for makefiles
23 {
24    CVSROOT: :pserver:anonymous@cvs.doozer.sourceforge.net:/cvsroot/doozer;
25    Module: Doozer;
26    Tag: RELENG_2_0_0_RELEASE;
27    Date: 07/01/2003 03:30:56 UTC;
28    Path: external;
29 };
30
31 Doozer++
32 {
33    CVSROOT: :pserver:anonymous@cvs.doozer.sourceforge.net:/cvsroot/doozer;
34    Module: Doozer++;
35    Tag: RELENG_1_5;
36    Date: 07/01/2003 03:30:56 UTC;
37    Path: .;
38 };
39
40 cppdom
41 {
42    CVSROOT:  :pserver:anonymous@cvs.xml-cppdom.sourceforge.net:/cvsroot/xml-cppdom;
43    Module: cppdom;
44    Tag: HEAD;
45    Date: 07/01/2003 03:30:56 UTC;
46    Path: external;
47 };
Note: See TracBrowser for help on using the browser.