Override the page/components/list view

Hi,

I'm trying to create an alternate view for a plugin but can't find a way to do this...

I would like to display a list of entities within a table.
So I tried to override the view defined in page/components/list.php by creating a file in my_plugin/views/default/page/components/ but it does'nt work. I also tried to add elgg_set_view_location('page/components/list',$CONFIG->pluginspath . '
my_plugin/views/default/page/components/)... still does'nt work. I disabled cache too...

Can anyone tell me what I'm doing wrong?

Thanks a lot