ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/Tool.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildSystem/Tool.pm (file contents):
Revision 1.1.2.3 by williamc, Tue Apr 11 08:58:07 2000 UTC vs.
Revision 1.1.2.4 by williamc, Wed Apr 19 09:16:47 2000 UTC

# Line 174 | Line 174 | sub store {
174                                  $!."\n";
175          print $fh "name:".$self->name().":_sys\n";
176          print $fh "version:".$self->version().":_sys\n";
177 +        print $fh "url:".$self->url().":_sys\n";
178          foreach $f ( $self->features()) {
179            foreach $val ( $self->getfeature($f) ) {
180             print $fh $f.":".$val.":".$self->type($f)."\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines