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.1 by sashby, Tue Jul 26 15:14:00 2005 UTC vs.
Revision 1.2 by sashby, Fri Nov 11 19:23:59 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines