Changeset 356 for anr/gantt.l


Ignore:
Timestamp:
Feb 6, 2011, 2:29:09 PM (14 years ago)
Author:
coach
Message:

1ere Pre-release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anr/gantt.l

    r335 r356  
    5353struct partner_def { char *key, *name, *fnfull, *fnshort; } partner_table[] = {
    5454    { "UNKNOW" ,"relax"  ,0                             ,0                        },
    55     { "inria"  ,"inria"  ,"table_inria_cairn_full.tex"  ,"table_inria_cairn_short.tex"  },
     55    { "mds"    ,"mds"    ,"table_mds_full.tex"          ,"table_mds_short.tex"   },
     56    { "upmc"   ,"upmc"   ,"table_upmc_full.tex"         ,"table_upmc_short.tex"   },
     57    { "ubs"    ,"ubs"    ,"table_ubs_full.tex"          ,"table_ubs_short.tex"    },
    5658    { "lip"    ,"lip"    ,"table_inria_compsys_full.tex","table_inria_compsys_short.tex"    },
    5759    { "tima"   ,"tima"   ,"table_tima_full.tex"         ,"table_tima_short.tex"   },
    58     { "ubs"    ,"ubs"    ,"table_ubs_full.tex"          ,"table_ubs_short.tex"    },
    59     { "upmc"   ,"upmc"   ,"table_upmc_full.tex"         ,"table_upmc_short.tex"   },
     60    { "inria"  ,"inria"  ,"table_inria_cairn_full.tex"  ,"table_inria_cairn_short.tex"  },
    6061    { "bull"   ,"bull"   ,"table_bull_full.tex"         ,"table_bull_short.tex"   },
    6162    { "thales" ,"thales" ,"table_thales_full.tex"       ,"table_thales_short.tex" },
    62     { "mds"    ,"mds"    ,"table_mds_full.tex"          ,"table_mds_short.tex"   },
    6363    { 0        ,0        ,0                             ,0                        },
    6464};
Note: See TracChangeset for help on using the changeset viewer.