diff -r e8506cb18305 -r 2022a4abb126 sbsv2/raptor/python/plugins/filter_whatcomp.py --- a/sbsv2/raptor/python/plugins/filter_whatcomp.py Mon Jan 18 16:40:22 2010 +0000 +++ b/sbsv2/raptor/python/plugins/filter_whatcomp.py Mon Jan 18 17:03:32 2010 +0000 @@ -1,5 +1,5 @@ # -# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of the License "Eclipse Public License v1.0" @@ -49,7 +49,7 @@ def end_bldinf(self): self.outfile.write("++ Finished\n") - def open(self, build_parameters): + def open(self, build_parameters): t = filter_what.FilterWhat.open(self, build_parameters) self.path_prefix_to_strip = os.path.abspath(build_parameters.epocroot) self.path_prefix_to_add_on = build_parameters.incoming_epocroot