Changeset 2945 for box/trunk/modules.txt


Ignore:
Timestamp:
26/04/2011 19:44:26 (13 months ago)
Author:
chris
Message:

Major refactoring to make lib/backupclient depend on lib/backupstore rather
than the other way around. This is needed to allow clients to have all the
code that they'd need to implement local backups (using the Local protocol)
in subsequent commits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/modules.txt

    r2934 r2945  
    2626# Backup system 
    2727 
    28 lib/backupclient        lib/server      lib/crypto      lib/compress 
    29 lib/backupstore         lib/server      lib/raidfile    lib/backupclient 
     28lib/backupstore         lib/server      lib/raidfile    lib/crypto      lib/compress 
     29lib/backupclient        lib/backupstore 
    3030 
    3131bin/bbackupobjdump      lib/backupclient lib/backupstore 
Note: See TracChangeset for help on using the changeset viewer.