Changeset 50 in ProjectBuilder for devel/pb/bin


Ignore:
Timestamp:
Aug 30, 2007, 12:22:37 PM (17 years ago)
Author:
Bruno Cornec
Message:

Try to better organize the tree to be perl compliant

File:
1 moved

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r49 r50  
    2424$LOG = *STDOUT;             # Where to log
    2525use lib qw (lib);
    26 use common qw (env_init);
    27 use pb qw (pb_init);
    28 use distro qw (distro_init);
    29 use cms;
    30 use changelog qw (changelog);
     26use ProjectBuilder::common qw (env_init);
     27use ProjectBuilder::pb qw (pb_init);
     28use ProjectBuilder::distro qw (distro_init);
     29use ProjectBuilder::cms;
     30use ProjectBuilder::changelog qw (changelog);
    3131
    3232my %opts;                   # CLI Options
Note: See TracChangeset for help on using the changeset viewer.