diff -r 8b5d60ce1e94 -r 0b0e9fce0b58 commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/installdefaultcommdb.pl --- a/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/installdefaultcommdb.pl Mon Mar 15 12:45:15 2010 +0200 +++ b/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/installdefaultcommdb.pl Wed Mar 31 23:27:09 2010 +0300 @@ -94,19 +94,22 @@ $CdbDest = $data->{$platType}->{destinationCdb}; +## +## NOTE: all copying and releasing is now done from defaultcommdb - this installdefaultcommdb should be entirely deleted, system model updated, etc +## -if ($::command eq 'build') -{ - PreBuild(); -} -elsif ($::command eq 'clean') -{ - Clean(); -} -elsif ($::command eq 'releasables') -{ - Releasables(); -} +#if ($::command eq 'build') +#{ +# PreBuild(); +#} +#elsif ($::command eq 'clean') +#{ +# Clean(); +#} +#elsif ($::command eq 'releasables') +#{ +# Releasables(); +#} # # Subs.