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

Comparing COMP/SCRAM/src/BuildSystem/ToolDoc.pm (file contents):
Revision 1.1.2.2 by williamc, Tue Apr 18 09:18:59 2000 UTC vs.
Revision 1.1.2.3 by williamc, Wed Apr 19 09:23:16 2000 UTC

# Line 12 | Line 12
12   # new()         : A new ToolDoc object
13   # tool(toolobj) : set the tool object for the class
14   # setup(file,$name,$version) : setup a tool object from the specified file
15 + #                               return 0 for OK 1 for cancel
16   # interactive([0|1]) : set the interactive node 0=off 1=on
17  
18   package BuildSystem::ToolDoc;
# Line 81 | Line 82 | sub setup {
82          $name=~tr[A-Z][a-z];
83          $self->{tool}->name($name);
84          $self->{tool}->version($version);
85 +        $self->{tool}->url($file);
86          $self->{switch}->filetoparse($file);
87          $self->{switch}->parse("setup");
88 +        return 0;
89   }
90  
91   sub featuretext {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines