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

Comparing COMP/SCRAM/src/BuildSystem/BuildDataUtils.pm (file contents):
Revision 1.2 by sashby, Fri Dec 10 13:41:37 2004 UTC vs.
Revision 1.3 by sashby, Wed Feb 16 18:02:59 2005 UTC

# Line 72 | Line 72 | sub libtype
72     return $self->{content}->{LIBTYPE};
73     }
74  
75 + sub skipped
76 +   {
77 +   my $self=shift;
78 +   # Indicate that the current package should not be considered during a build:
79 +   return $self->{content}->{SKIPPED};
80 +   }
81 +
82   sub flags
83     {
84     my $self=shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines