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

Comparing COMP/SCRAM/src/BuildSystem/XMLToolParser.pm (file contents):
Revision 1.2 by sashby, Fri Nov 11 19:23:59 2005 UTC vs.
Revision 1.3 by sashby, Tue Nov 15 18:47:23 2005 UTC

# Line 141 | Line 141 | sub simplexmldoc()
141   sub parse()
142     {
143     my $self=shift;
144 < #   my ($tool,$toolver,$file)=@_;
145 <   my ($file)=@_;
146 <   print "FILE: $file","\n";
147 <  
148 < #   $self->{tool}=$tool;
149 < #   $self->{version}=$toolver;
144 >   my ($tool,$toolver,$file)=@_;
145 >
146 >   $self->{tool}=$tool;
147 >   $self->{version}=$toolver;
148     $self->verbose("Setup Parse");
149     # Parse the file:
150     $self->_parser()->parsefile($file);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines