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

Comparing COMP/SCRAM/src/BuildSystem/TreeItem.pm (file contents):
Revision 1.3 by sashby, Wed Mar 9 19:28:20 2005 UTC vs.
Revision 1.4 by sashby, Tue May 24 09:09:42 2005 UTC

# Line 126 | Line 126 | sub name()
126           # We want the name of the subsystem:
127           ($self->{NAME}) = ($classdir =~ m|^.*/(.*)?$|);
128           }
129 +      elsif ($self->{CLASS} eq 'DOMAIN')
130 +         {
131 +         # We want the name of the domain:
132 +         ($self->{NAME}) = ($classdir =~ m|^.*/(.*)?$|);
133 +         }
134        else
135           {
136           # Here we have a path that ends in src/bin/test/doc etc. (for real

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines